/
opt
/
canhelp
/
node_modules
/
xtend
/
/opt/canhelp/node_modules/xtend
mkdir
upload
Name
Size
Mode
Actions
.jshintrc
545
0644
edit
dl
rm
immutable.js
384
0644
edit
dl
rm
LICENSE
1078
0644
edit
dl
rm
mutable.js
369
0644
edit
dl
rm
package.json
1056
0644
edit
dl
rm
README.md
726
0644
edit
dl
rm
test.js
2307
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/xtend/README.md
(726B)
# xtend [![browser support][3]][4] [](http://github.com/badges/stability-badges) 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 ```js 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 [3]: http://ci.testling.com/Raynos/xtend.png [4]: http://ci.testling.com/Raynos/xtend
Save
cmd:
run