@anzerr/clone.util
TypeScript icon, indicating that this package has built-in type declarations

1.0.14 • Public • Published

Intro

GitHub Actions status | publish

Deep Copy of an object with circular breaks

Install

npm install --save git+https://github.com/anzerr/clone.util.git
npm install --save @anzerr/clone.util

Example

const copy = require('clone.util');

console.log(copy({
	cat: 'cat',
	got: ['egg', 'test', {hate: 'egg'}],
	that: {egg: {a: 1}}
}));

Readme

Keywords

Package Sidebar

Install

npm i @anzerr/clone.util

Weekly Downloads

69

Version

1.0.14

License

MIT

Unpacked Size

3.44 kB

Total Files

6

Last publish

Collaborators

  • anzerr