UNPKG
itheima-toooools
Version:
latest (1.0.0)
1.0.0
提供了格式化时间,htmlescape相关的功能
itheima-toooools
/
index.js
9 lines
(8 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
// 这是包的入口文件
const
data=
require
(
"./src/dateformat.js"
)
const
htmldata=
require
(
"./src/htmlescape"
)
// 向外暴漏成员
module
.
exports
= { ...data, ...htmldata }