UNPKG
xiaoruan-tools
Version:
latest (1.0.0)
1.0.0
格式化时间,html字符串转义与还原
xiaoruan-tools
/
index.js
7 lines
(6 loc)
•
158 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
dateFormat =
require
(
"./src/dateFormat"
);
const
htmlescape =
require
(
"./src/htmlEscape"
);
module
.
exports
= { ...dateFormat, ...htmlescape, };