1.0.0 • Published 5 years ago

ellieyang-tools v1.0.0

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

1安装

npm i elllieyang-tools

2导入

const tools = require('./ellieyang-tools/index')

3时间格式化

//测试格式化事件
const str = tools.dateForm()
console.log(str);

4转译

//测试 转译
const str1 = tools.htmlStr()
console.log(str1);

5复原

//测试 复原
const unescape = tools.htmlUnescape()
console.log(unescape);

6开源协议

ISC

1.0.0

5 years ago