1.0.1 • Published 3 years ago

coderzjc-formate v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

安装

npm install coderzjc-formate

导入

const fun = require('coderzjc-formate')

时间格式化方法 dateFormat

const newData = fun.dateFormat(new date())

html 标签转义方法 htmlEscaped

const htmlEscaped = fun.htmlEscaped(htmlStr)

html 标签还原方法 htmlUnEscaped

const htmlUnEscaped = fun.htmlUnEscaped(htmlStr)

开源协议

ISC

1.0.1

3 years ago

1.0.0

3 years ago