1.0.14 • Published 3 years ago

@anzerr/clone.util v1.0.14

Weekly downloads
131
License
MIT
Repository
github
Last release
3 years ago

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}}
}));
1.0.14

3 years ago

1.0.13

4 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.6

6 years ago

1.0.3

6 years ago

1.0.4

6 years ago

1.0.5

6 years ago