UNPKG

zgdy_tols

Version:

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

13 lines (9 loc) 290 B
// 包的入口文件 const data = require("./src/dataFormat"); const escape = require("./src/htmlEscape"); // 导出模块 module.exports = { ...data, ...escape } // 使用三点运算符,意为把导入过来的属性和方法展开来都装到另一个属性中