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

Interface Window

tests/index.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5declare global {
6 interface Window {
7 /**
8 * Function defined inside the page scope by the example file
9 */
10 runExample(emulatorUrl: string): Promise<void>;
11 }
12}
13
14interface Fixtures {

Callers 1

runExampleFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected