sonarqube/server/sonar-web/flow-typed/npm/express-http-proxy_vx.x.x.js
2017-06-13 15:11:07 +02:00

46 lines
1.3 KiB
JavaScript

// flow-typed signature: c3c028669a3ab62a51a457b83bc9cb6a
// flow-typed version: <<STUB>>/express-http-proxy_v0.6.0/flow_v0.47.0
/**
* This is an autogenerated libdef stub for:
*
* 'express-http-proxy'
*
* 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 'express-http-proxy' {
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 'express-http-proxy/test/app' {
declare module.exports: any;
}
declare module 'express-http-proxy/test/test' {
declare module.exports: any;
}
// Filename aliases
declare module 'express-http-proxy/index' {
declare module.exports: $Exports<'express-http-proxy'>;
}
declare module 'express-http-proxy/index.js' {
declare module.exports: $Exports<'express-http-proxy'>;
}
declare module 'express-http-proxy/test/app.js' {
declare module.exports: $Exports<'express-http-proxy/test/app'>;
}
declare module 'express-http-proxy/test/test.js' {
declare module.exports: $Exports<'express-http-proxy/test/test'>;
}