nextbus
Version:
Node.js interface to the NextBus XML Feed
33 lines (28 loc) • 811 B
JavaScript
// flow-typed signature: 2e53d279164e66a707f69f70452d1aa7
// flow-typed version: <<STUB>>/del-cli_v^0.2.1/flow_v0.37.4
/**
* This is an autogenerated libdef stub for:
*
* 'del-cli'
*
* 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 'del-cli' {
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 'del-cli/cli' {
declare module.exports: any;
}
// Filename aliases
declare module 'del-cli/cli.js' {
declare module.exports: $Exports<'del-cli/cli'>;
}