nextbus
Version:
Node.js interface to the NextBus XML Feed
47 lines (40 loc) • 1.17 kB
JavaScript
// flow-typed signature: aa1fdabb7cf209b47eecbf8015d3fa01
// flow-typed version: <<STUB>>/xml2js_v^0.4.17/flow_v0.37.4
/**
* This is an autogenerated libdef stub for:
*
* 'xml2js'
*
* 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 'xml2js' {
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 'xml2js/lib/bom' {
declare module.exports: any;
}
declare module 'xml2js/lib/processors' {
declare module.exports: any;
}
declare module 'xml2js/lib/xml2js' {
declare module.exports: any;
}
// Filename aliases
declare module 'xml2js/lib/bom.js' {
declare module.exports: $Exports<'xml2js/lib/bom'>;
}
declare module 'xml2js/lib/processors.js' {
declare module.exports: $Exports<'xml2js/lib/processors'>;
}
declare module 'xml2js/lib/xml2js.js' {
declare module.exports: $Exports<'xml2js/lib/xml2js'>;
}