1.1.0 • Published 3 years ago

btencrypttslib v1.1.0

Weekly downloads
21
License
ISC
Repository
-
Last release
3 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.1.0

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.11

3 years ago

1.0.10

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