UNPKG

bonsai-analyzer

Version:
222 lines (190 loc) 5.85 kB
// flow-typed signature: 8ec89de420c01b75cb0b4b5fb1749aed // flow-typed version: <<STUB>>/nodemon_v^1.11.0/flow_v0.59.0 /** * This is an autogenerated libdef stub for: * * 'nodemon' * * 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 'nodemon' { 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 'nodemon/bin/nodemon' { declare module.exports: any; } declare module 'nodemon/commitlint.config' { declare module.exports: any; } declare module 'nodemon/docs/index' { declare module.exports: any; } declare module 'nodemon/lib/cli/index' { declare module.exports: any; } declare module 'nodemon/lib/cli/parse' { declare module.exports: any; } declare module 'nodemon/lib/config/command' { declare module.exports: any; } declare module 'nodemon/lib/config/defaults' { declare module.exports: any; } declare module 'nodemon/lib/config/exec' { declare module.exports: any; } declare module 'nodemon/lib/config/index' { declare module.exports: any; } declare module 'nodemon/lib/config/load' { declare module.exports: any; } declare module 'nodemon/lib/help/index' { declare module.exports: any; } declare module 'nodemon/lib/index' { declare module.exports: any; } declare module 'nodemon/lib/monitor/index' { declare module.exports: any; } declare module 'nodemon/lib/monitor/match' { declare module.exports: any; } declare module 'nodemon/lib/monitor/run' { declare module.exports: any; } declare module 'nodemon/lib/monitor/watch' { declare module.exports: any; } declare module 'nodemon/lib/nodemon' { declare module.exports: any; } declare module 'nodemon/lib/rules/add' { declare module.exports: any; } declare module 'nodemon/lib/rules/index' { declare module.exports: any; } declare module 'nodemon/lib/rules/parse' { declare module.exports: any; } declare module 'nodemon/lib/spawn' { declare module.exports: any; } declare module 'nodemon/lib/utils/bus' { declare module.exports: any; } declare module 'nodemon/lib/utils/clone' { declare module.exports: any; } declare module 'nodemon/lib/utils/colour' { declare module.exports: any; } declare module 'nodemon/lib/utils/index' { declare module.exports: any; } declare module 'nodemon/lib/utils/log' { declare module.exports: any; } declare module 'nodemon/lib/utils/merge' { declare module.exports: any; } declare module 'nodemon/lib/version' { declare module.exports: any; } // Filename aliases declare module 'nodemon/bin/nodemon.js' { declare module.exports: $Exports<'nodemon/bin/nodemon'>; } declare module 'nodemon/commitlint.config.js' { declare module.exports: $Exports<'nodemon/commitlint.config'>; } declare module 'nodemon/docs/index.js' { declare module.exports: $Exports<'nodemon/docs/index'>; } declare module 'nodemon/lib/cli/index.js' { declare module.exports: $Exports<'nodemon/lib/cli/index'>; } declare module 'nodemon/lib/cli/parse.js' { declare module.exports: $Exports<'nodemon/lib/cli/parse'>; } declare module 'nodemon/lib/config/command.js' { declare module.exports: $Exports<'nodemon/lib/config/command'>; } declare module 'nodemon/lib/config/defaults.js' { declare module.exports: $Exports<'nodemon/lib/config/defaults'>; } declare module 'nodemon/lib/config/exec.js' { declare module.exports: $Exports<'nodemon/lib/config/exec'>; } declare module 'nodemon/lib/config/index.js' { declare module.exports: $Exports<'nodemon/lib/config/index'>; } declare module 'nodemon/lib/config/load.js' { declare module.exports: $Exports<'nodemon/lib/config/load'>; } declare module 'nodemon/lib/help/index.js' { declare module.exports: $Exports<'nodemon/lib/help/index'>; } declare module 'nodemon/lib/index.js' { declare module.exports: $Exports<'nodemon/lib/index'>; } declare module 'nodemon/lib/monitor/index.js' { declare module.exports: $Exports<'nodemon/lib/monitor/index'>; } declare module 'nodemon/lib/monitor/match.js' { declare module.exports: $Exports<'nodemon/lib/monitor/match'>; } declare module 'nodemon/lib/monitor/run.js' { declare module.exports: $Exports<'nodemon/lib/monitor/run'>; } declare module 'nodemon/lib/monitor/watch.js' { declare module.exports: $Exports<'nodemon/lib/monitor/watch'>; } declare module 'nodemon/lib/nodemon.js' { declare module.exports: $Exports<'nodemon/lib/nodemon'>; } declare module 'nodemon/lib/rules/add.js' { declare module.exports: $Exports<'nodemon/lib/rules/add'>; } declare module 'nodemon/lib/rules/index.js' { declare module.exports: $Exports<'nodemon/lib/rules/index'>; } declare module 'nodemon/lib/rules/parse.js' { declare module.exports: $Exports<'nodemon/lib/rules/parse'>; } declare module 'nodemon/lib/spawn.js' { declare module.exports: $Exports<'nodemon/lib/spawn'>; } declare module 'nodemon/lib/utils/bus.js' { declare module.exports: $Exports<'nodemon/lib/utils/bus'>; } declare module 'nodemon/lib/utils/clone.js' { declare module.exports: $Exports<'nodemon/lib/utils/clone'>; } declare module 'nodemon/lib/utils/colour.js' { declare module.exports: $Exports<'nodemon/lib/utils/colour'>; } declare module 'nodemon/lib/utils/index.js' { declare module.exports: $Exports<'nodemon/lib/utils/index'>; } declare module 'nodemon/lib/utils/log.js' { declare module.exports: $Exports<'nodemon/lib/utils/log'>; } declare module 'nodemon/lib/utils/merge.js' { declare module.exports: $Exports<'nodemon/lib/utils/merge'>; } declare module 'nodemon/lib/version.js' { declare module.exports: $Exports<'nodemon/lib/version'>; }