plain-object-clone
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

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

Package Sidebar

Install

npm i plain-object-clone

Weekly Downloads

6,027

Version

2.0.1

License

MIT

Unpacked Size

2.88 kB

Total Files

5

Last publish

Collaborators

  • fabiospampinato