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