MCPcopy
hub / github.com/vercel/hyper / Window

Interface Window

lib/hyper.d.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4declare global {
5 interface Window {
6 __rpcId: string;
7 rpc: Client;
8 focusActiveTerm: (uid?: string) => void;
9 }
10
11 const snapshotResult: {
12 customRequire: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected