solana/web3.js/flow-typed/rpc-websockets.js

89 lines
2.6 KiB
JavaScript

// flow-typed signature: 31b3dc13d06052ea505e8da9ca72c537
// flow-typed version: <<STUB>>/rpc-websockets_v4.3.3/flow_v0.84.0
/**
* This is an autogenerated libdef stub for:
*
* 'rpc-websockets'
*
* 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 'rpc-websockets' {
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.
*/
declare module 'rpc-websockets/dist/index.browser-bundle' {
declare module.exports: any;
}
declare module 'rpc-websockets/dist/index.browser' {
declare module.exports: any;
}
declare module 'rpc-websockets/dist/index' {
declare module.exports: any;
}
declare module 'rpc-websockets/dist/lib/client' {
declare module.exports: any;
}
declare module 'rpc-websockets/dist/lib/client/websocket.browser' {
declare module.exports: any;
}
declare module 'rpc-websockets/dist/lib/client/websocket' {
declare module.exports: any;
}
declare module 'rpc-websockets/dist/lib/handler' {
declare module.exports: any;
}
declare module 'rpc-websockets/dist/lib/server' {
declare module.exports: any;
}
declare module 'rpc-websockets/dist/lib/utils' {
declare module.exports: any;
}
// Filename aliases
declare module 'rpc-websockets/dist/index.browser-bundle.js' {
declare module.exports: $Exports<'rpc-websockets/dist/index.browser-bundle'>;
}
declare module 'rpc-websockets/dist/index.browser.js' {
declare module.exports: $Exports<'rpc-websockets/dist/index.browser'>;
}
declare module 'rpc-websockets/dist/index.js' {
declare module.exports: $Exports<'rpc-websockets/dist/index'>;
}
declare module 'rpc-websockets/dist/lib/client.js' {
declare module.exports: $Exports<'rpc-websockets/dist/lib/client'>;
}
declare module 'rpc-websockets/dist/lib/client/websocket.browser.js' {
declare module.exports: $Exports<'rpc-websockets/dist/lib/client/websocket.browser'>;
}
declare module 'rpc-websockets/dist/lib/client/websocket.js' {
declare module.exports: $Exports<'rpc-websockets/dist/lib/client/websocket'>;
}
declare module 'rpc-websockets/dist/lib/handler.js' {
declare module.exports: $Exports<'rpc-websockets/dist/lib/handler'>;
}
declare module 'rpc-websockets/dist/lib/server.js' {
declare module.exports: $Exports<'rpc-websockets/dist/lib/server'>;
}
declare module 'rpc-websockets/dist/lib/utils.js' {
declare module.exports: $Exports<'rpc-websockets/dist/lib/utils'>;
}