blob: 4838e3d1a281de3b5d316ed2df0cb3d81c9e9654 [file] [log] [blame]
// flow-typed signature: 3994e81f768a28c55ca2d39910be5c67
// flow-typed version: <<STUB>>/karma-mocha-reporter_v^2.2.1/flow_v0.42.0
/**
* This is an autogenerated libdef stub for:
*
* 'karma-mocha-reporter'
*
* 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 'karma-mocha-reporter' {
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 'karma-mocha-reporter/symbols' {
declare module.exports: any;
}
// Filename aliases
declare module 'karma-mocha-reporter/index' {
declare module.exports: $Exports<'karma-mocha-reporter'>;
}
declare module 'karma-mocha-reporter/index.js' {
declare module.exports: $Exports<'karma-mocha-reporter'>;
}
declare module 'karma-mocha-reporter/symbols.js' {
declare module.exports: $Exports<'karma-mocha-reporter/symbols'>;
}