This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/flow-typed/npm/nodemon_vx.x.x.js

215 lines
5.5 KiB
JavaScript

// flow-typed signature: 00d1a19bb1653464d0c31934cd129db2
// flow-typed version: <<STUB>>/nodemon_v1.11.0/flow_v0.49.1
/**
* 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/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;
}
declare module 'nodemon/web/index' {
declare module.exports: any;
}
// Filename aliases
declare module 'nodemon/bin/nodemon.js' {
declare module.exports: $Exports<'nodemon/bin/nodemon'>;
}
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'>;
}
declare module 'nodemon/web/index.js' {
declare module.exports: $Exports<'nodemon/web/index'>;
}