UNPKG

xiaoruan-tools

Version:

格式化时间,html字符串转义与还原

7 lines (6 loc) 158 B
const dateFormat = require("./src/dateFormat"); const htmlescape = require("./src/htmlEscape"); module.exports = { ...dateFormat, ...htmlescape, };