solana/web3.js/flow-typed/bs58.js

6 lines
94 B
JavaScript
Raw Normal View History

2018-08-23 10:07:30 -07:00
declare module "bs58" {
declare module.exports: {
encode(input: Buffer): string;
};
}