1.0.0 • Published 3 years ago

my-package-xcm v1.0.0

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

安装

npm install my-package-xcm

导入

const myPack = require('my-package-xcm');

格式化时间

const dt = myPack.dateFormat(new Date());
console.log(dt);

转义 HTMl

const str=myPack.htmlEscape('<h1 title='xcm' >hello my-package!</h1>')
console.log(str)

还原 HTMl

const str = myPack.htmlUnEscape('&lt;h1 title=&quot;xcm&quot; &gt;xcm&lt;/h1&gt;');
console.log(str);

开源协议

ISC