(message: string)
| 51 | export interface PromptIO { |
| 52 | intro(message: string): void; |
| 53 | outro(message: string): void; |
| 54 | note(message: string, title?: string): void; |
| 55 | log: PromptLog; |
| 56 | spinner(): PromptSpinner; |
no outgoing calls
no test coverage detected