10000 GitHub - visamz/extend2: Simple function to extend objects
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

visamz/extend2

 
 

Repository files navigation

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.

About

Simple function to extend objects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0