1.0.0 • Published 6 months ago

tiur-tools v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

安装

npm i tiur-tolls

导入

const tiur = require('tiur-tools')

格式化时间

//调用 detaformat对时间进行格式化
const dtStr = tiur.dataFormat(new Date())

console.log(dtStr)

html 字符转换

//调用html
  const str = tiur.htmlEscape('要转义的字段')
  console.log(str)

开源协议

ISC

1.0.0

6 months ago