solana/web3.js/flow-typed/npm/bs58_vx.x.x.js

34 lines
806 B
JavaScript

// flow-typed signature: f3d56571af5a1fa4e9a01cf0c8719c35
// flow-typed version: <<STUB>>/bs58_v^4.0.1/flow_v0.130.0
/**
* This is an autogenerated libdef stub for:
*
* 'bs58'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'bs58' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
// Filename aliases
declare module 'bs58/index' {
declare module.exports: $Exports<'bs58'>;
}
declare module 'bs58/index.js' {
declare module.exports: $Exports<'bs58'>;
}