UNPKG

shiyi-format-toole

Version:

格式化日期时间、htmlEscape

8 lines (7 loc) 166 B
// 入口文件 const dateFormat = require('./dateFormat.js') const htmlEscape = require('./htmlEscape.js') module.exports = { dateFormat, ...htmlEscape }