| 30 | } |
| 31 | |
| 32 | export interface Options { |
| 33 | dryRun: boolean; |
| 34 | gtsRootDir: string; |
| 35 | targetRootDir: string; |
| 36 | yes: boolean; |
| 37 | no: boolean; |
| 38 | logger: Logger; |
| 39 | yarn?: boolean; |
| 40 | } |
| 41 | |
| 42 | export type VerbFilesFunction = ( |
| 43 | options: Options, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…