(opts: {
message: string;
options: SelectOption<T>[];
initialIndex?: number;
})
| 8 | |
| 9 | export interface Prompter { |
| 10 | selectOne<T>(opts: { |
| 11 | message: string; |
| 12 | options: SelectOption<T>[]; |
| 13 | initialIndex?: number; |
no outgoing calls
no test coverage detected