UNPKG

rg-tools

Version:

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

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