( options: Prompt.Prompt.TextOptions )
| 321 | |
| 322 | /** @internal */ |
| 323 | export const password = ( |
| 324 | options: Prompt.Prompt.TextOptions |
| 325 | ): Prompt.Prompt<Redacted.Redacted> => basePrompt(options, "password").pipe(InternalPrompt.map(Redacted.make)) |
| 326 | |
| 327 | /** @internal */ |
| 328 | export const text = ( |
nothing calls this directly
no test coverage detected
searching dependent graphs…