wenzhe-package
v1.0.0
Published
```js npm install wenzhe-package -D ```
Downloads
3
Readme
wenzhe-package
Install
npm install wenzhe-package -D
Quick Start
// 测试格式化时间的方法
const { formatDate } = require('./formatDate')
console.log(formatDate(new Date()))
// 测试求和方法
const { getSum } = require('./getSum')
console.log(getSum(1, 2))