Options
All
  • Public
  • Public/Protected
  • All
Menu

AMPS JavaScript Client

Index

Variables

BigInteger

BigInteger: function

Type declaration

Const IS_BROWSER

IS_BROWSER: boolean = isBrowser

Browser environment detected.

Const IS_ELECTRON

IS_ELECTRON: any = isElectron

Electron environment detected.

Const IS_NODE

IS_NODE: boolean = isNode

Node.js (and derivatives) environment detected.

Const IS_OPENFIN

IS_OPENFIN: any = isFin

OpenFin environment detected.

Const IS_WEBWORKER

IS_WEBWORKER: boolean = isWebWorker

WebWorker context detected.