wrenchjs
v1.0.16
Published
This is a simple javascript common function library
Downloads
5
Readme
这是一个简单易用的工具库集合
在这里查找常用的方法,来让开发变得容易。
使用示例
import {trim} from 'wrenchjs'
console.log(trim(' some string with white space at start'));
文档地址
https://lulu0110.github.io
代码提交注意事项
- 首次 clone wrenchjs,运行 npm i && npm run prepare;