UNPKG
tyler-tools
Version:
latest (1.0.0)
1.0.0
这是一个字符转义工具
tyler-tools
/
index.js
7 lines
(6 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
dateFormat =
require
(
'./src/dateFormat'
)
const
escape
=
require
(
'./src/htmlEscape'
)
module
.
exports
= { ...dateFormat, ...
escape
}