MCPcopy
hub / github.com/unpkg/unpkg / Window

Interface Window

packages/unpkg-app/assets/scripts.ts:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13declare global {
14 interface Window {
15 __DEV__: boolean;
16 }
17}
18
19if (window.__DEV__) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected