UNPKG

flow-config-parser

Version:

A parser for flow's configuration files.

54 lines (46 loc) 1.33 kB
// flow-typed signature: 0fb2040775af7e992cc8fded9dd242ec // flow-typed version: <<STUB>>/mobx_v^2.6.0/flow_v0.33.0 /** * This is an autogenerated libdef stub for: * * 'mobx' * * 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 'mobx' { 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 'mobx/lib/mobx' { declare module.exports: any; } declare module 'mobx/lib/mobx.min' { declare module.exports: any; } declare module 'mobx/lib/mobx.umd' { declare module.exports: any; } declare module 'mobx/lib/mobx.umd.min' { declare module.exports: any; } // Filename aliases declare module 'mobx/lib/mobx.js' { declare module.exports: $Exports<'mobx/lib/mobx'>; } declare module 'mobx/lib/mobx.min.js' { declare module.exports: $Exports<'mobx/lib/mobx.min'>; } declare module 'mobx/lib/mobx.umd.js' { declare module.exports: $Exports<'mobx/lib/mobx.umd'>; } declare module 'mobx/lib/mobx.umd.min.js' { declare module.exports: $Exports<'mobx/lib/mobx.umd.min'>; }