UNPKG
hxb
Version:
latest (1.0.0)
1.0.0
这是一个处理时间和特殊字符的包
hxb
/
index.js
9 lines
(7 loc)
•
189 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
{ dateFormat } =
require
(
'./src/dateFormat'
)
const
{ htmlEscape, htmlUnEscape } =
require
(
'./src/htmlEscape'
)
module
.
exports
= { dateFormat, htmlEscape, htmlUnEscape }