X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/xtend
lib
/
node_modules
/
npm
/
node_modules
/
xtend
/
ðŸ“
..
📄
.npmignore
(13 B)
📄
LICENCE
(1.03 KB)
📄
Makefile
(49 B)
📄
README.md
(725 B)
📄
immutable.js
(384 B)
📄
mutable.js
(369 B)
📄
package.json
(1.8 KB)
📄
test.js
(1.72 KB)
Editing: mutable.js
module.exports = extend var hasOwnProperty = Object.prototype.hasOwnProperty; function extend(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] for (var key in source) { if (hasOwnProperty.call(source, key)) { target[key] = source[key] } } } return target }
Upload File
Create Folder