btutilstslib
v1.0.7
Published
自己使用的加密解密库
Downloads
29
Readme
arrify 
Convert a value to an array
Install
$ npm install --save btencrypttslib
Usage
var btencryptlib = require('btencrypttslib');
console.log(btencryptlib)
// 显示消息
btencryptlib.encrypt.showMsg();
// 调用回调函数
btencryptlib.encrypt.play(()=>{
console.log('hahah...')
})
// 编译和运行js
tsc index.ts && node index.js