2.0.1 • Published 5 months ago

plain-object-clone v2.0.1

Weekly downloads
97
License
MIT
Repository
github
Last release
5 months ago

Plain Object Clone

Extremely fast function optimized for deep cloning json-serializable plain objects.

Install

npm install plain-object-clone

Usage

import clone from 'plain-object-clone';

// Let's clone an object

clone ({ foo: 123 }); // => { foo: 123 }

License

MIT © Fabio Spampinato