神策 SDK 工具库

这是一个简单易用的工具库集合

在这里查找常用的方法,来让开发变得容易。

使用示例

import {trim} from 'wrenchjs'
console.log(trim(' some string with white space at start'));

文档地址

https://lulu0110.github.io

代码提交注意事项

  1. 首次 clone wrenchjs,运行 npm i && npm run prepare;