( options: Prompt.Prompt.TextOptions )
| 316 | |
| 317 | /** @internal */ |
| 318 | export const hidden = ( |
| 319 | options: Prompt.Prompt.TextOptions |
| 320 | ): Prompt.Prompt<Redacted.Redacted> => basePrompt(options, "hidden").pipe(InternalPrompt.map(Redacted.make)) |
| 321 | |
| 322 | /** @internal */ |
| 323 | export const password = ( |
nothing calls this directly
no test coverage detected
searching dependent graphs…