UNPKG

lesama-tools

Version:

管理时间格式化、HTMLEscape功能

8 lines (7 loc) 183 B
// 这是包的入口文件 const dateFormat = require('./src/dateFormat') const htmlEscape = require('./src/htmlEscape') module.exports = { ...dateFormat, ...htmlEscape }