MCPcopy
hub / github.com/aidenybai/react-grab / Window

Interface Window

packages/react-grab/src/index.ts:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42declare global {
43 interface Window {
44 __REACT_GRAB__?: ReactGrabAPI;
45 __REACT_GRAB_DISABLED__?: boolean;
46 }
47}
48
49let globalApi: ReactGrabAPI | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…