1.0.2 • Published 5 years ago

@lllllxt/deep-clone v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

DeepClone

深拷贝, 支持基本数据类型(string, number, bigint, boolean, null, undefined, symbol), 以及(Date, RegExp, Array, Object, Map, Set, Class)

https://lllllxt.github.io/DeepClone/

使用方法

通过npm安装

npm i @lllllxt/deep-clone -S
import clone from '@lllllxt/deep-clone'

const clone = request('@lllllxt/deep-clone')

clone({a: 1, b: {c: 2}}) // => {a: 1, b: {c: 2}}

通过<script>标签引用

clone.min.js

此方法是向window对象中注册一个 clone 对象

其他

欢迎PR或提交issues :smiley:

License

This project is licensed under the MIT License

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago