| 102 | } |
| 103 | |
| 104 | export interface NodemonSettings extends NodemonConfig, NodemonExecOptions { |
| 105 | events?: Record<string, string>; |
| 106 | env?: Record<string, string>; |
| 107 | } |
| 108 | |
| 109 | export type Nodemon = { |
| 110 | (settings: NodemonSettings): Nodemon; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…