UNPKG

huiguang-tools

Version:

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

12 lines (8 loc) 215 B
// 包的入口文件 const date = require('./src/formatTime') const escape = require('./src/htmlEscape') // 向外暴漏需要的成员 module.exports = { ...date, // 展开成员 ...escape }