0.0.3 • Published 3 years ago

zdf-convert v0.0.3

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

安装

npm install zdf-converrt

导入

const convert = require('zdf-convert')

格式化时间

const dt = convert.dateFormat('2021-1-1')

转义html标签

const str = convert.htmlEscape('<h1>hello</h1>') // &lt;h1&gt;hello&lt;/h1&gt;

还原转义的html标签

const htmlStr = convert.unHtmlEscape(&lt;h1&gt;hello&lt;/h1&gt;) //<h1>hello</h1>

开源协议

ISC

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago