(isReactActEnvironment: boolean | undefined)
| 11 | } |
| 12 | |
| 13 | function setIsReactActEnvironment(isReactActEnvironment: boolean | undefined) { |
| 14 | globalThis.IS_REACT_ACT_ENVIRONMENT = isReactActEnvironment; |
| 15 | } |
| 16 | |
| 17 | function getIsReactActEnvironment() { |
| 18 | return globalThis.IS_REACT_ACT_ENVIRONMENT; |
no outgoing calls
no test coverage detected
searching dependent graphs…