Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/Screen"

Index

Variables

Const defaultFetch

defaultFetch: typeof fetch = typeof fetch !== 'undefined'? fetch.bind(void 0) // `fetch` depends on context: `someObject.fetch(...)` will throw error.: null

Const defaultWindow

defaultWindow: Window & globalThis = typeof window !== 'undefined'? window: null

Generated using TypeDoc