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/flow-runtime_vx.x.x.js

61 lines
1.7 KiB
JavaScript

// flow-typed signature: 40a246f7609042eb36126e09f043fd1c
// flow-typed version: <<STUB>>/flow-runtime_v^0.10.0/flow_v0.42.0
/**
* This is an autogenerated libdef stub for:
*
* 'flow-runtime'
*
* 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 'flow-runtime' {
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 'flow-runtime/dist/flow-runtime.es2015' {
declare module.exports: any;
}
declare module 'flow-runtime/dist/flow-runtime' {
declare module.exports: any;
}
declare module 'flow-runtime/dist/flow-runtime.min' {
declare module.exports: any;
}
declare module 'flow-runtime/dist/flow-runtime.umd' {
declare module.exports: any;
}
declare module 'flow-runtime/test-polyfill' {
declare module.exports: any;
}
// Filename aliases
declare module 'flow-runtime/dist/flow-runtime.es2015.js' {
declare module.exports: $Exports<'flow-runtime/dist/flow-runtime.es2015'>;
}
declare module 'flow-runtime/dist/flow-runtime.js' {
declare module.exports: $Exports<'flow-runtime/dist/flow-runtime'>;
}
declare module 'flow-runtime/dist/flow-runtime.min.js' {
declare module.exports: $Exports<'flow-runtime/dist/flow-runtime.min'>;
}
declare module 'flow-runtime/dist/flow-runtime.umd.js' {
declare module.exports: $Exports<'flow-runtime/dist/flow-runtime.umd'>;
}
declare module 'flow-runtime/test-polyfill.js' {
declare module.exports: $Exports<'flow-runtime/test-polyfill'>;
}