(key)
| 139 | } |
| 140 | |
| 141 | export function isExperimentalEnabled(key) { |
| 142 | return !!_state.experimental?.[key]; |
| 143 | } |
| 144 | |
| 145 | export function setExperimental(patch) { |
| 146 | if (!patch || typeof patch !== 'object') return getExperimental(); |
no outgoing calls
no test coverage detected