UNPKG

lux-framework

Version:

Build scalable, Node.js-powered REST APIs with almost no code.

34 lines (28 loc) 799 B
// flow-typed signature: 768e0bf4256fa083f9356c79d620e38d // flow-typed version: <<STUB>>/ora_v1.1.0/flow_v0.38.0 /** * This is an autogenerated libdef stub for: * * 'ora' * * 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 'ora' { 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 'ora/index' { declare module.exports: $Exports<'ora'>; } declare module 'ora/index.js' { declare module.exports: $Exports<'ora'>; }