1.1.6 • Published 3 years ago

btencryptlib v1.1.6

Weekly downloads
12
License
ISC
Repository
-
Last release
3 years ago

arrify Build Status

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
1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 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