nextbus
Version:
Node.js interface to the NextBus XML Feed
34 lines (28 loc) • 807 B
JavaScript
// flow-typed signature: 64516bc185befb2d5fea10ac2b85f5d4
// flow-typed version: <<STUB>>/pify_v^2.3.0/flow_v0.37.4
/**
* This is an autogenerated libdef stub for:
*
* 'pify'
*
* 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 'pify' {
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 'pify/index' {
declare module.exports: $Exports<'pify'>;
}
declare module 'pify/index.js' {
declare module.exports: $Exports<'pify'>;
}