()
| 15 | } |
| 16 | |
| 17 | function getIsReactActEnvironment() { |
| 18 | return globalThis.IS_REACT_ACT_ENVIRONMENT; |
| 19 | } |
| 20 | |
| 21 | function withGlobalActEnvironment(actImplementation: ReactAct) { |
| 22 | return (callback: Parameters<ReactAct>[0]) => { |
no outgoing calls
no test coverage detected
searching dependent graphs…