UNPKG

mdf-tools

Version:

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

6 lines 128 B
const date = require("./src/dateFormat"); const escape=require('./src/htmlEscape') module.exports={ ...date, ...escape }