()
| 232 | } |
| 233 | |
| 234 | export function getGrowthBookConfigOverrides(): Record<string, unknown> { |
| 235 | return getConfigOverrides() ?? {} |
| 236 | } |
| 237 | |
| 238 | /** |
| 239 | * Set or clear a single config override. Pass undefined to clear. |
nothing calls this directly
no test coverage detected