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