UNPKG
lht-mytools
Version:
latest (1.0.1)
1.0.1
1.0.0
提供了格式化时间和HtmlEscape相关的功能
lht-mytools
/
index.js
8 lines
(6 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
date =
require
(
'./src/dateFormat'
)
const
html =
require
(
'./src/htmlEscape'
)
const
randmizer =
require
(
'./src/randomizer'
)
module
.
exports
= { ...date,...html,...randmizer }