| 41 | |
| 42 | declare global { |
| 43 | interface Window { |
| 44 | __REACT_GRAB__?: ReactGrabAPI; |
| 45 | __REACT_GRAB_DISABLED__?: boolean; |
| 46 | } |
| 47 | } |
| 48 | |
| 49 | let globalApi: ReactGrabAPI | null = null; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…