UNPKG

itheima-tools-babamama

Version:

提供了格式化时间,两只老虎

15 lines (9 loc) 285 B
// 这是包的入口文件 const date = require('./src/dateFormat') const eacape = require('./src/htmlEscape') // 向外暴露方法 module.exports = { // 把这个对象展开了向外暴露,方便获取这个对象里面的方法 ...date, ...eacape }