/ stream.nieuweinstituut.nl / node_modules / xtend /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[   ]LICENSE40 years ago1.1K 
[TXT]README.md40 years ago726 d768d73 docs [كارل مبارك]
[   ]immutable.js40 years ago384  
[   ]mutable.js40 years ago369  
[   ]package.json2 years ago1.9K3e510ca test new git [كارل مبارك]
[   ]test.js40 years ago2.3K 
README.md

xtend

browser support

locked

Extend like a boss

xtend is a basic utility library which allows you to extend an object by appending all of the properties from each object in a list. When there are identical properties, the right-most property takes precedence.

Examples

var extend = require("xtend")

// extend returns a new object. Does not mutate arguments
var combination = extend({
    a: "a",
    b: "c"
}, {
    b: "b"
})
// { a: "a", b: "b" }

Stability status: Locked

MIT Licensed

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80