UNPKG
ith-tool
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
提供了格式化时间,HTMLEsacpe的功能
ith-tool
/
index.js
12 lines
(10 loc)
•
281 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
// 包入口文件
const
{dataFormat} =
require
(
'./src/dataFormat'
)
const
htmlEscape =
require
(
'./src/htmlEscape'
)
const
getLocationAndWeather =
require
(
'./src/getLocationAndWeather'
)
// 暴露
module
.
exports
={ dataFormat, ...htmlEscape, getLocationAndWeather }