zpp-clone 中文文档教程
clone
实现JavaScript引用对象的深拷贝功能
使用者指南
通过npm下载安装代码
$ npm install --save clone
如果你是node环境
var { clone } = require('clone');
clone({a: 1})
如果你是webpack等环境
import { clone } from 'clone';
clone({a: 1})
如果你是浏览器环境
<script src="node_modules/clone/dist/index.aio.js"></script>
<script>
clone({a: 1})
</script>
贡献者指南
首次运行需要先安装依赖
$ npm install
一键打包生成生产代码
$ npm run build
运行单元测试:
```bash $ npm test
更多
你可能也喜欢
- @01ht/ht-account-settings 中文文档教程
- @0b5vr/imtweakpane 中文文档教程
- @0x-lerna-fork/run-parallel-batches 中文文档教程
- @1bigh/lotide 中文文档教程
- @42.nl/ui-core-spinner 中文文档教程
- @4geit/swg-create-or-load-data-helper 中文文档教程
- @51npm/freedom-middleware-ossupload 中文文档教程
- @aaromp/gatsby-plugin-plausible 中文文档教程
- @abb-cli/core 中文文档教程
- @abhisheksarmah/sui 中文文档教程