UNPKG

lux-framework

Version:

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

33 lines (28 loc) 828 B
// flow-typed signature: 874f86bb1fd3b256fd22b101cc7c49d9 // flow-typed version: <<STUB>>/remark-cli_v2.1.0/flow_v0.38.0 /** * This is an autogenerated libdef stub for: * * 'remark-cli' * * 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 'remark-cli' { 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 'remark-cli/cli' { declare module.exports: any; } // Filename aliases declare module 'remark-cli/cli.js' { declare module.exports: $Exports<'remark-cli/cli'>; }