1.0.7 • Published 2 years ago

btutilstslib v1.0.7

Weekly downloads
8
License
ISC
Repository
-
Last release
2 years ago

arrify Build Status

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
1.0.7

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago