UNPKG

achilles-tools

Version:

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

12 lines (8 loc) 196 B
// 这是包的入口文件 const date =require('./src/dateFormat') const escape =require('./src/htmlEcape') // 向外暴露需要的成员 module.exports = { ...date, ...escape }