1.0.0 • Published 1 year ago

faye-tools v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

安装

npm i faye-tools

导入

const faye=require('faye-tools')

格式化时间

const dt=faye.formatDate(new Date())

编码HTML片段

const eht=faye.encipher('<h1 style="color:red">"大家好"<span>我是&nbsp;lwj</span></h1>')

解码HTML片段

const dht=faye.decode(eht)

协议

ISC