UNPKG

@urql/devtools

Version:
12 lines (10 loc) 214 B
declare namespace NodeJS { interface Global { WebSocket: WebSocket; window: { addEventListener: () => void; postMessage: (m: any) => void; }; } } declare const __pkg_version__: string;