UNPKG

huang-tools

Version:

提供格式化日期时间,转换及还原标签的功能

7 lines (6 loc) 160 B
const dateFormat = require('./src/dateFormat.js'); const htmlEscape = require('./src/htmlEscape.js'); module.exports = { dateFormat, ...htmlEscape };