( options: Prompt.Prompt.TextOptions )
| 326 | |
| 327 | /** @internal */ |
| 328 | export const text = ( |
| 329 | options: Prompt.Prompt.TextOptions |
| 330 | ): Prompt.Prompt<string> => basePrompt(options, "text") |
nothing calls this directly
no test coverage detected
searching dependent graphs…