MCPcopy Create free account
hub / github.com/Sandpack/nodebox-runtime / downloadProject

Method downloadProject

tests/global.d.ts:11–11  ·  view source on GitHub ↗
(packFilePath: string)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected