这是一个简单易用的工具库集合
在这里查找常用的方法,来让开发变得容易。
使用示例
import {trim} from 'wrenchjs'
console.log(trim(' some string with white space at start'));
文档地址
代码提交注意事项
- 首次 clone wrenchjs,运行 npm i && npm run prepare;
在这里查找常用的方法,来让开发变得容易。
import {trim} from 'wrenchjs'
console.log(trim(' some string with white space at start'));
npm i wrenchjs
0
1.0.16
MIT
310 kB
97