MCPcopy
hub / github.com/solidSpoon/DashPlayer / Window

Interface Window

src/test/setup.ts:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5// Extend global interface for electron APIs
6declare global {
7 interface Window {
8 electronAPI: {
9 invoke: ReturnType<typeof vi.fn>
10 onMainProc: ReturnType<typeof vi.fn>
11 offMainProc: ReturnType<typeof vi.fn>
12 }
13 }
14}
15
16declare const globalThis: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected