MCPcopy Index your code
hub / github.com/Sandpack/nodebox-runtime / Window

Interface Window

tests/global.d.ts:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8declare global {
9 export interface Window {
10 Nodebox: typeof import('../packages/nodebox').Nodebox;
11 downloadProject(packFilePath: string): Promise<Record<string, Uint8Array>>;
12 }
13}
14
15export {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected