UNPKG

liferay-lang-key-dev-loader

Version:
74 lines (64 loc) 1.77 kB
// flow-typed signature: 28ec033f55a23501738b0dedeb502251 // flow-typed version: <<STUB>>/xo_v^0.21.1/flow_v0.77.0 /** * This is an autogenerated libdef stub for: * * 'xo' * * 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 'xo' { 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 'xo/cli' { declare module.exports: any; } declare module 'xo/config/overrides' { declare module.exports: any; } declare module 'xo/config/plugins' { declare module.exports: any; } declare module 'xo/lib/open-report' { declare module.exports: any; } declare module 'xo/lib/options-manager' { declare module.exports: any; } declare module 'xo/main' { declare module.exports: any; } // Filename aliases declare module 'xo/cli.js' { declare module.exports: $Exports<'xo/cli'>; } declare module 'xo/config/overrides.js' { declare module.exports: $Exports<'xo/config/overrides'>; } declare module 'xo/config/plugins.js' { declare module.exports: $Exports<'xo/config/plugins'>; } declare module 'xo/index' { declare module.exports: $Exports<'xo'>; } declare module 'xo/index.js' { declare module.exports: $Exports<'xo'>; } declare module 'xo/lib/open-report.js' { declare module.exports: $Exports<'xo/lib/open-report'>; } declare module 'xo/lib/options-manager.js' { declare module.exports: $Exports<'xo/lib/options-manager'>; } declare module 'xo/main.js' { declare module.exports: $Exports<'xo/main'>; }