UNPKG

jiuyue-tools

Version:

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

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