| 13 | * class to allow easier mocking management in test environments. |
| 14 | */ |
| 15 | export class Prompt { |
| 16 | static confirm = ( |
| 17 | // These are extractions of the PromptConfig from the inquirer types. |
| 18 | _config: Parameters<typeof confirm>[0], |
nothing calls this directly
no outgoing calls
no test coverage detected