UNPKG

choriakiinweill_tools

Version:

提供了格式化时间,转义html字符串的功能

9 lines (7 loc) 158 B
const date = require('./src/dateFormat') const escape = require('./src/htmlEscape') //项目入口文件 module.exports = { ...date, ...escape }