This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/flow-typed/npm/bugsnag_vx.x.x.js

159 lines
4.1 KiB
JavaScript

// flow-typed signature: fa2210251969d5a91003802cd9026d2d
// flow-typed version: <<STUB>>/bugsnag_v^1.7.0/flow_v0.86.0
/**
* This is an autogenerated libdef stub for:
*
* 'bugsnag'
*
* 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 'bugsnag' {
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 'bugsnag/examples/express/api' {
declare module.exports: any;
}
declare module 'bugsnag/examples/express/bugsnag' {
declare module.exports: any;
}
declare module 'bugsnag/examples/express/index' {
declare module.exports: any;
}
declare module 'bugsnag/examples/koa/api' {
declare module.exports: any;
}
declare module 'bugsnag/examples/koa/bugsnag' {
declare module.exports: any;
}
declare module 'bugsnag/examples/koa/index' {
declare module.exports: any;
}
declare module 'bugsnag/Gruntfile' {
declare module.exports: any;
}
declare module 'bugsnag/lib/bugsnag' {
declare module.exports: any;
}
declare module 'bugsnag/lib/configuration' {
declare module.exports: any;
}
declare module 'bugsnag/lib/error' {
declare module.exports: any;
}
declare module 'bugsnag/lib/logger' {
declare module.exports: any;
}
declare module 'bugsnag/lib/notification' {
declare module.exports: any;
}
declare module 'bugsnag/lib/request_info' {
declare module.exports: any;
}
declare module 'bugsnag/lib/utils' {
declare module.exports: any;
}
declare module 'bugsnag/test/bugsnag' {
declare module.exports: any;
}
declare module 'bugsnag/test/error' {
declare module.exports: any;
}
declare module 'bugsnag/test/express' {
declare module.exports: any;
}
declare module 'bugsnag/test/notification' {
declare module.exports: any;
}
declare module 'bugsnag/test/utils' {
declare module.exports: any;
}
// Filename aliases
declare module 'bugsnag/examples/express/api.js' {
declare module.exports: $Exports<'bugsnag/examples/express/api'>;
}
declare module 'bugsnag/examples/express/bugsnag.js' {
declare module.exports: $Exports<'bugsnag/examples/express/bugsnag'>;
}
declare module 'bugsnag/examples/express/index.js' {
declare module.exports: $Exports<'bugsnag/examples/express/index'>;
}
declare module 'bugsnag/examples/koa/api.js' {
declare module.exports: $Exports<'bugsnag/examples/koa/api'>;
}
declare module 'bugsnag/examples/koa/bugsnag.js' {
declare module.exports: $Exports<'bugsnag/examples/koa/bugsnag'>;
}
declare module 'bugsnag/examples/koa/index.js' {
declare module.exports: $Exports<'bugsnag/examples/koa/index'>;
}
declare module 'bugsnag/Gruntfile.js' {
declare module.exports: $Exports<'bugsnag/Gruntfile'>;
}
declare module 'bugsnag/lib/bugsnag.js' {
declare module.exports: $Exports<'bugsnag/lib/bugsnag'>;
}
declare module 'bugsnag/lib/configuration.js' {
declare module.exports: $Exports<'bugsnag/lib/configuration'>;
}
declare module 'bugsnag/lib/error.js' {
declare module.exports: $Exports<'bugsnag/lib/error'>;
}
declare module 'bugsnag/lib/logger.js' {
declare module.exports: $Exports<'bugsnag/lib/logger'>;
}
declare module 'bugsnag/lib/notification.js' {
declare module.exports: $Exports<'bugsnag/lib/notification'>;
}
declare module 'bugsnag/lib/request_info.js' {
declare module.exports: $Exports<'bugsnag/lib/request_info'>;
}
declare module 'bugsnag/lib/utils.js' {
declare module.exports: $Exports<'bugsnag/lib/utils'>;
}
declare module 'bugsnag/test/bugsnag.js' {
declare module.exports: $Exports<'bugsnag/test/bugsnag'>;
}
declare module 'bugsnag/test/error.js' {
declare module.exports: $Exports<'bugsnag/test/error'>;
}
declare module 'bugsnag/test/express.js' {
declare module.exports: $Exports<'bugsnag/test/express'>;
}
declare module 'bugsnag/test/notification.js' {
declare module.exports: $Exports<'bugsnag/test/notification'>;
}
declare module 'bugsnag/test/utils.js' {
declare module.exports: $Exports<'bugsnag/test/utils'>;
}