MCPcopy
hub / github.com/DustinBrett/daedalOS / Window

Interface Window

components/apps/BoxedWine/useBoxedWine.ts:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13declare global {
14 interface Window {
15 BoxedWineConfig: {
16 consoleLog?: (log: string) => void;
17 isRunning?: boolean;
18 urlParams: string;
19 };
20 BoxedWineShell: (onLoad: () => void) => void;
21 }
22}
23
24const getExeName = (files: Unzipped): string | undefined => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected