UNPKG

bt_mao

Version:

## 目录结构 ``` +src 源代码目录 +test 单元测试目录 +src/tostring 黑魔法之tostring ```

10 lines (9 loc) 184 B
/** * Created by lenovo on 2017/6/14. */ const pad = require('src/pad'); const tostring = require('src/tostring'); module.exports = { pad: pad, tostring: tostring }