(
message: string,
options?: {
placeholder?: string;
initialValue?: string;
validate?: (value: string) => string | undefined;
},
)
| 56 | spinner(): PromptSpinner; |
| 57 | confirm(message: string, defaultYes?: boolean): Promise<boolean>; |
| 58 | text( |
| 59 | message: string, |
| 60 | options?: { |
| 61 | placeholder?: string; |
no outgoing calls