UNPKG

xuhao-tools

Version:

``` npm install xuhao-tools ```

9 lines (7 loc) 187 B
const date = require('./src/dateFormat') const escape = require('./src/htmlEscape') // 扩展运算符 可以展开对象 和 数组 module.exports = { ...date, ...escape, }