UNPKG

mgs-graphql

Version:

The simple way to generates GraphQL schemas and Sequelize models from your models definition,microservice supported

34 lines (28 loc) 889 B
// flow-typed signature: ce7d502504fbc7f9bc423a2f6a3fa30b // flow-typed version: <<STUB>>/compression_v^1.6.2/flow_v0.42.0 /** * This is an autogenerated libdef stub for: * * 'compression' * * 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 'compression' { 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 'compression/index' { declare module.exports: $Exports<'compression'>; } declare module 'compression/index.js' { declare module.exports: $Exports<'compression'>; }