UNPKG

itheima-tools-wzy

Version:

小学生为您提供了格式化时间,HTMLEscape想关功能

11 lines (8 loc) 199 B
// 包的入口文件 const date = require('./src/dateFormat'); const escape = require('./src/htmlEscape'); // 向外暴露需要的成员 module.exports = { ...date, ...escape }