UNPKG

itheima-tools-wxl

Version:

第一个npm包

3 lines 135 B
const dateFormat = require('./dateFormat'); const htmlEscape = require('./htmlEscape'); module.exports={...dateFormat,...htmlEscape};