npm install btencrypttslib> Convert a value to an array
```
$ npm install --save btencrypttslib
`js
var btencryptlib = require('btencrypttslib');
console.log(btencryptlib)
// 显示消息
btencryptlib.encrypt.showMsg();
// 调用回调函数
btencryptlib.encrypt.play(()=>{
console.log('hahah...')
})
`
```
// 编译和运行js
tsc index.ts && node index.js