UNPKG

xz-tools

Version:

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

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