We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7e309 commit cd6103cCopy full SHA for cd6103c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "deep-tls",
3
- "version": "3.0.0-0",
+ "version": "3.0.0",
4
"description": "deep-tls 提供了一些对数据进行深度操作的工具,如:深度相等测试、深度遍历、深拷贝等;其中,深拷贝deepCopy可对任意数据进行深度拷贝,包括 函数 function、正则 RegExp、Map、Set、Date、Array、URL 等等;支持含循环引用对象的拷贝,并且不会丢失成员的引用关系 和 类型信息,支持扩展,可根据数据类型定制拷贝逻辑,也可指定拷贝深度;所以,通过它可实现对任意类型的数据进行任意想要的拷贝",
5
"main": "dist/deep-tls.cjs.js",
6
"module": "dist/deep-tls.es.js",
0 commit comments