Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
declare 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
14
interface
Fixtures {
Callers
1
runExample
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected