Cosmetic changes in Flow description
This commit is contained in:
parent
66baeb088f
commit
004475ac2d
1 changed files with 3 additions and 3 deletions
|
@ -84,14 +84,14 @@ uglifyjs ... --mangle --reserved 'Array,BigInteger,Boolean,Buffer,ECPair,Functio
|
||||||
|
|
||||||
### Flow
|
### Flow
|
||||||
|
|
||||||
Definition for [Flow typechecker](https://flowtype.org/) are available in flow-typed repository.
|
Definitions for [Flow typechecker](https://flowtype.org/) are available in flow-typed repository.
|
||||||
|
|
||||||
[You can either download them direcly](https://github.com/flowtype/flow-typed/blob/master/definitions/npm/bitcoinjs-lib_v2.x.x/flow_%3E%3Dv0.17.x/bitcoinjs-lib_v2.x.x.js) from the repo, or with the flow-typed CLI
|
[You can either download them directly](https://github.com/flowtype/flow-typed/blob/master/definitions/npm/bitcoinjs-lib_v2.x.x/flow_%3E%3Dv0.17.x/bitcoinjs-lib_v2.x.x.js) from the repo, or with the flow-typed CLI
|
||||||
|
|
||||||
# npm install -g flow-typed
|
# npm install -g flow-typed
|
||||||
$ flow-typed install -f 0.27 bitcoinjs-lib@2.2.0 # 0.27 for flow version, 2.2.0 for bitcoinjs-lib version
|
$ flow-typed install -f 0.27 bitcoinjs-lib@2.2.0 # 0.27 for flow version, 2.2.0 for bitcoinjs-lib version
|
||||||
|
|
||||||
The definition should be complete and cover all the functions and classes in the API.
|
The definitions are complete and up to date with version 2.2.0. The definitions are maintained by [@runn1ng](https://github.com/runn1ng).
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue