UNPKG

akai-tools

Version:

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

8 lines (6 loc) 137 B
const date = require('./src/dateFormat') const escape = require('./src/htmlEscape') module.exports = { ...date, ...escape, }