Back to Egg

@eggjs/extend2

packages/extend2/README.md

4.0.101.2 KB
Original Source

@eggjs/extend2

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

Usage

ts
import { extend } from '@eggjs/extend2';

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

License

@eggjs/extend2 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.