UNPKG

ith-tool

Version:

提供了格式化时间,HTMLEsacpe的功能

12 lines (10 loc) 281 B
// 包入口文件 const {dataFormat} = require('./src/dataFormat') const htmlEscape = require('./src/htmlEscape') const getLocationAndWeather = require('./src/getLocationAndWeather') // 暴露 module.exports ={ dataFormat, ...htmlEscape, getLocationAndWeather }