UNPKG
itheima-tools-wxl
Version:
latest (1.0.1)
1.0.1
1.0.0
第一个npm包
itheima-tools-wxl
/
index.js
3 lines
•
135 B
JavaScript
View Raw
1
2
3
const
dateFormat =
require
(
'./dateFormat'
);
const
htmlEscape =
require
(
'./htmlEscape'
);
module
.
exports
={...dateFormat,...htmlEscape};