Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/react-dnd/react-dnd
/ Window
Interface
Window
packages/backend-html5/src/BrowserDetector.ts:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
declare global {
4
interface
Window extends HTMLElement {
5
safari: any
6
}
7
}
8
9
export
type
Predicate = () => boolean
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…