MCPcopy
hub / github.com/ilyhalight/voice-over-translation / Window

Interface Window

src/global.d.ts:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48declare const chrome: any;
49
50interface Window {
51 /** Safari legacy prefix for AudioContext */
52 webkitAudioContext?: typeof AudioContext;
53}
54
55// Allow style imports in TS files, including Vite's inline CSS string mode.
56declare module "*.scss";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected