Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/styletron/styletron
/ Window
Interface
Window
packages/styletron-react/src/index.tsx:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
declare var __BROWSER__: boolean;
7
declare global {
8
interface Window {
9
__STYLETRON_DEVTOOLS__: any;
10
}
11
}
12
13
declare var process: any;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected