UNPKG
zxytools
Version:
latest (1.0.1)
1.0.1
1.0.0
``` npm install it-tools
zxytools
/
index.js
9 lines
(8 loc)
•
208 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
//包的文件入口
const
dateFormta =
require
(
'./src/dateFormta'
)
const
htmlscape =
require
(
'./src/htmlscape'
)
//向外暴露需要的成员
module
.
exports
= { ...dateFormta, ...htmlscape }