(
path: ReadonlyArray<string>
)
| 83 | split?: boolean |
| 84 | ): Effect.Effect<Array<A>, ConfigError.ConfigError> |
| 85 | enumerateChildren( |
| 86 | path: ReadonlyArray<string> |
| 87 | ): Effect.Effect<HashSet.HashSet<string>, ConfigError.ConfigError> |
| 88 | } |
no outgoing calls
no test coverage detected