Activate flow

This commit is contained in:
Michael Vines
2018-08-23 10:07:30 -07:00
parent bbb8055243
commit 96f8a8620d
8 changed files with 59 additions and 23 deletions

5
web3.js/flow-typed/bs58.js vendored Normal file
View File

@ -0,0 +1,5 @@
declare module "bs58" {
declare module.exports: {
encode(input: Buffer): string;
};
}