blob: 33af0db7c7916f43c177b9e8c9bf90d53278438f [file] [log] [blame]
// flow-typed signature: bdc0f5f39e66fa17a1159fa66bdf2ee1
// flow-typed version: <<STUB>>/babel-plugin-coverage_v^1.0.0/flow_v0.42.0
/**
* This is an autogenerated libdef stub for:
*
* 'babel-plugin-coverage'
*
* 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 'babel-plugin-coverage' {
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 'babel-plugin-coverage/lib/index' {
declare module.exports: any;
}
// Filename aliases
declare module 'babel-plugin-coverage/lib/index.js' {
declare module.exports: $Exports<'babel-plugin-coverage/lib/index'>;
}