UNPKG

hxb

Version:

这是一个处理时间和特殊字符的包

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