@activelylearn/material-ui
Version:
Material-UI's workspace package
53 lines (46 loc) • 1.7 kB
JavaScript
// flow-typed signature: 1a5a5425161e426b970dcab6383c02c3
// flow-typed version: <<STUB>>/karma-browserstack-launcher_v^1.3.0/flow_v0.59.0
/**
* This is an autogenerated libdef stub for:
*
* 'karma-browserstack-launcher'
*
* 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-browserstack-launcher' {
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-browserstack-launcher/browserstack-reporter' {
declare module.exports: any;
}
declare module 'karma-browserstack-launcher/worker-manager' {
declare module.exports: any;
}
declare module 'karma-browserstack-launcher/worker' {
declare module.exports: any;
}
// Filename aliases
declare module 'karma-browserstack-launcher/browserstack-reporter.js' {
declare module.exports: $Exports<'karma-browserstack-launcher/browserstack-reporter'>;
}
declare module 'karma-browserstack-launcher/index' {
declare module.exports: $Exports<'karma-browserstack-launcher'>;
}
declare module 'karma-browserstack-launcher/index.js' {
declare module.exports: $Exports<'karma-browserstack-launcher'>;
}
declare module 'karma-browserstack-launcher/worker-manager.js' {
declare module.exports: $Exports<'karma-browserstack-launcher/worker-manager'>;
}
declare module 'karma-browserstack-launcher/worker.js' {
declare module.exports: $Exports<'karma-browserstack-launcher/worker'>;
}