1.0.0 • Published 1 year ago

huanmao-tools v1.0.0

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

install

npm install huanmao-tools

export

const huanmao_tools=require('huanmao_tools');

format date

const dtstr= huanmao_tools.dateFormat(new Date());
console.log(dtstr);

escape/unescape html tag

const htmlStr='<h1 title="abc">this is h1 tage<span>123&nbsp;</span></h1>';
const str = huanmao_tools.htmlEscape(htmlStr);
console.log(str);

const str1 = huanmao_tools.htmlUnEscape(htmlStr);
console.log(str1);

license

ISC