interface GlobalScope

Minimal global scope shape needed for detection. Allows injecting a fake global for testing without as casts in test code.

Properties

optional
Deno: unknown
optional
Bun: unknown
optional
caches: unknown
optional
navigator: { userAgent?: string; }

Usage

import { type GlobalScope } from "runtime/src/index.ts";