(name?: string)
| 76 | export const unsafeWipe: (self: SecretURL) => void = internal.unsafeWipe |
| 77 | |
| 78 | export const secretURL = (name?: string): Config.Config<SecretURL> => { |
| 79 | return Config.map(Config.nonEmptyString(name), fromString) |
| 80 | } |
no test coverage detected
searching dependent graphs…