UNPKG

jzh-tools-l

Version:

提供了时间格式化,HTML字符串转义

9 lines (6 loc) 162 B
const dateFormat = require('./src/dateFormat') const htmlEscape = require('./src/htmlEscape') module.exports = { ...dateFormat, ...htmlEscape }