Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/felixrieseberg/windows95
/ Win95Window
Interface
Win95Window
src/renderer/app.tsx:4–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import
"../css/root.css"
;
3
4
export interface Win95Window extends Window {
5
emulator: any;
6
win95: {
7
app: App;
8
};
9
}
10
11
declare let window: Win95Window;
12
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected