(name: string)
| 386 | |
| 387 | /** @internal */ |
| 388 | export const redacted = (name: string): Options.Options<Redacted.Redacted> => |
| 389 | makeSingle(name, Arr.empty(), InternalPrimitive.redacted) |
| 390 | |
| 391 | /** @internal */ |
| 392 | export const secret = (name: string): Options.Options<Secret.Secret> => |
nothing calls this directly
no test coverage detected