This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
image-juicer/flow-typed/npm/devtron_vx.x.x.js

47 lines
1.2 KiB
JavaScript

// flow-typed signature: c1d65f0b94d09b45298889507fc174aa
// flow-typed version: <<STUB>>/devtron_v^1.4.0/flow_v0.42.0
/**
* This is an autogenerated libdef stub for:
*
* 'devtron'
*
* 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 'devtron' {
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 'devtron/api' {
declare module.exports: any;
}
declare module 'devtron/out/browser-globals' {
declare module.exports: any;
}
declare module 'devtron/out/index' {
declare module.exports: any;
}
// Filename aliases
declare module 'devtron/api.js' {
declare module.exports: $Exports<'devtron/api'>;
}
declare module 'devtron/out/browser-globals.js' {
declare module.exports: $Exports<'devtron/out/browser-globals'>;
}
declare module 'devtron/out/index.js' {
declare module.exports: $Exports<'devtron/out/index'>;
}