UNPKG
jzh-tools-l
Version:
latest (1.0.0)
1.0.0
提供了时间格式化,HTML字符串转义
jzh-tools-l
/
index.js
9 lines
(6 loc)
•
162 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
dateFormat =
require
(
'./src/dateFormat'
)
const
htmlEscape =
require
(
'./src/htmlEscape'
)
module
.
exports
= { ...dateFormat, ...htmlEscape }