sonarqube/server/sonar-web/flow-typed/npm/gzip-size_vx.x.x.js
2017-06-13 15:11:07 +02:00

34 lines
839 B
JavaScript

// flow-typed signature: caee90e2cbc021fdc8226242e1977c27
// flow-typed version: <<STUB>>/gzip-size_v3.0.0/flow_v0.47.0
/**
* This is an autogenerated libdef stub for:
*
* 'gzip-size'
*
* 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 'gzip-size' {
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.
*/
// Filename aliases
declare module 'gzip-size/index' {
declare module.exports: $Exports<'gzip-size'>;
}
declare module 'gzip-size/index.js' {
declare module.exports: $Exports<'gzip-size'>;
}