UNPKG
itheima-tools-xiaoweiming
Version:
latest (1.1.0)
1.1.0
提供了格式时间,HTMLEscape
itheima-tools-xiaoweiming
/
index.js
7 lines
(6 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
date =
require
(
'./scr/forData.js'
)
const
htmlEscape =
require
(
'itheima-tools/scr/htmlSpace'
)
module
.
exports
= { ...date, ...htmlEscape }