| 1 | /** |
| 2 | * Data sources used by `Config` to load raw configuration values. A |
| 3 | * `ConfigProvider` reads paths from places such as environment variables, |
| 4 | * JavaScript objects, `.env` contents, or directories, and returns a uniform |
nothing calls this directly
no test coverage detected