UNPKG
lys-tools-a
Version:
latest (1.0.0)
1.0.0
提供了格式化事件,HTMLEscape 功能
lys-tools-a
/
index.js
9 lines
(6 loc)
•
142 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
data =
require
(
'./src/dataFormat'
)
const
escape
=
require
(
'./src/htmlEscape'
)
module
.
exports
= { ...data, ...
escape
}