(root: unknown)
| 726 | |
| 727 | /** |
| 728 | * Creates a `ConfigProvider` backed by an in-memory JavaScript value |
| 729 | * (typically a parsed JSON object). |
| 730 | * |
| 731 | * **When to use** |
| 732 | * |
| 733 | * Use when you need deterministic config from an in-memory JavaScript value, |
nothing calls this directly
no test coverage detected
searching dependent graphs…