Lawsun d230cfbce0 first commit 1 年之前
..
CHANGELOG.md d230cfbce0 first commit 1 年之前
History.md d230cfbce0 first commit 1 年之前
LICENSE d230cfbce0 first commit 1 年之前
README.md d230cfbce0 first commit 1 年之前
index.js d230cfbce0 first commit 1 年之前
package.json d230cfbce0 first commit 1 年之前

README.md

extend2

Forked from node-extend, the difference is overriding array as primitive when deep clone.

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Usage

const extend = require('extend2');

// for deep clone
extend(true, {}, object1, objectN);

License

node-extend is licensed under the MIT License.

Acknowledgements

All credit to the jQuery authors for perfecting this amazing utility.

Ported to Node.js by Stefan Thomas with contributions by Jonathan Buchanan and Jordan Harband.