(config: Config.Config<A>)
| 95 | |
| 96 | /** @internal */ |
| 97 | export const configOrDie = <A>(config: Config.Config<A>) => core.orDie(configProviderWith((_) => _.load(config))) |
| 98 | |
| 99 | // circular with Random |
| 100 |
nothing calls this directly
no test coverage detected
searching dependent graphs…