Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Screen"

Index

Variables

Const defaultFetch

defaultFetch: any = typeof fetch !== 'undefined'? fetch.bind(window): null

Const defaultWindow

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

Generated using TypeDoc