(name: string)
| 390 | |
| 391 | /** @internal */ |
| 392 | export const secret = (name: string): Options.Options<Secret.Secret> => |
| 393 | makeSingle(name, Arr.empty(), InternalPrimitive.secret) |
| 394 | |
| 395 | /** @internal */ |
| 396 | export const text = (name: string): Options.Options<string> => makeSingle(name, Arr.empty(), InternalPrimitive.text) |
nothing calls this directly
no test coverage detected
searching dependent graphs…