FFFF GitHub - mbergmann/PExtend: Provides the ability to extend objects. Inspired by jQuery.extend() http://api.jquery.com/jQuery.extend/ · GitHub
[go: up one dir, main page]

Skip to content

mbergmann/PExtend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

PExtend

Provides the ability to extend objects. Inspired by jQuery.extend() http://api.jquery.com/jQuery.extend/

Usage

Given this example:

$test1 = @{
    test1 = "test1"
}

$test2 = @{
    test2 = "test2"
}

$result = Join-Object $test1 $test2

The result will be:

$expected = @{
    test1 = "test1"
    test2 = "test2"
}

Look for more examples in \specs folder

About

Provides the ability to extend objects. Inspired by jQuery.extend() http://api.jquery.com/jQuery.extend/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

0