UNPKG
xuhao-tools
Version:
latest (1.0.3)
1.0.3
1.0.0
``` npm install xuhao-tools ```
xuhao-tools
/
index.js
9 lines
(7 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
date =
require
(
'./src/dateFormat'
)
const
escape
=
require
(
'./src/htmlEscape'
)
// 扩展运算符 可以展开对象 和 数组
module
.
exports
= { ...date, ...
escape
, }