UNPKG

lhy-tool

Version:

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

9 lines (7 loc) 189 B
// 定义转义HTML字符函数 const dateFormat = require('./src/dateFormat') const htmlEscape = require('./src/htmlEscape') module.exports = { ...dateFormat, ...htmlEscape }