(this: Omit<Self, 'prompt'>)
| 18 | |
| 19 | export interface PromptOptions<TValue, Self extends Prompt<TValue>> { |
| 20 | render(this: Omit<Self, 'prompt'>): string | undefined; |
| 21 | initialValue?: any; |
| 22 | initialUserInput?: string; |
| 23 |
nothing calls this directly
no outgoing calls
no test coverage detected