| 1 | import { PromptModuleAPI } from '@vue/cli' |
| 2 | |
| 3 | interface CliPromptModule { |
| 4 | (api: PromptModuleAPI): void |
| 5 | } |
| 6 | |
| 7 | declare function assertPromptModule( |
| 8 | module: CliPromptModule | CliPromptModule[], |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…