UNPKG

cn.edu.wust.qrz-nodejs-tools

Version:

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

8 lines (7 loc) 168 B
const date = require('./src/dateFormat') const html = require('./src/htmlEscape') //将格式化函数暴露出来 module.exports = { ...date, ...html }