sonarqube/server/sonar-web/flow-typed/npm/connect-history-api-fallback_vx.x.x.js
2017-06-13 15:11:07 +02:00

40 lines
1.2 KiB
JavaScript

// flow-typed signature: 61679109118732b1c3223ccdb5fea3c5
// flow-typed version: <<STUB>>/connect-history-api-fallback_v1.3.0/flow_v0.47.0
/**
* This is an autogenerated libdef stub for:
*
* 'connect-history-api-fallback'
*
* 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 'connect-history-api-fallback' {
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 'connect-history-api-fallback/lib/index' {
declare module.exports: any;
}
declare module 'connect-history-api-fallback/test/index_test' {
declare module.exports: any;
}
// Filename aliases
declare module 'connect-history-api-fallback/lib/index.js' {
declare module.exports: $Exports<'connect-history-api-fallback/lib/index'>;
}
declare module 'connect-history-api-fallback/test/index_test.js' {
declare module.exports: $Exports<'connect-history-api-fallback/test/index_test'>;
}