UNPKG
ith-tools
Version:
latest (1.2.0)
1.2.0
1.1.0
提供了格式化时间,HTMLEscape相关功能
ith-tools
/
index.js
8 lines
(7 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
//包的入口
const
date =
require
(
'./dataformat.js'
)
const
escape
=
require
(
'./htmlEscape.js'
)
module
.
exports
= { ...date, ...
escape
}