| 7 | |
| 8 | declare global { |
| 9 | export interface Window { |
| 10 | Nodebox: typeof import('../packages/nodebox').Nodebox; |
| 11 | downloadProject(packFilePath: string): Promise<Record<string, Uint8Array>>; |
| 12 | } |
| 13 | } |
| 14 | |
| 15 | export {}; |
nothing calls this directly
no outgoing calls
no test coverage detected