UNPKG

zaoxinyu-tools

Version:

提供了格式化时间,HTMLEscape相关的功能

10 lines (8 loc) 204 B
// 这是包的入口文件 const date = require('./src/dateFormat') const escape = require('./src/htmlEscape') // 向外暴露需要的成员 module.exports = { ...date, ...escape }