Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "env"

Index

Variables

Variables

Const global

global: any = (function _() {let local;if (typeof global !== "undefined") {local = global;} else if (typeof self !== "undefined") {local = self;} else {try {local = Function("return this")();} catch (e) {throw new Error("global object is unavailable in this environment");}}return local;})()

Const isBrowser

isBrowser: boolean = typeof window !== "undefined"

Generated using TypeDoc