Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "helpers/environment"

Index

Variables

Variables

Const isBrowser

isBrowser: boolean = typeof window !== 'undefined' && typeof window.document !== 'undefined'

Const isNode

isNode: boolean = typeof process !== 'undefined' &&process.versions != null &&process.versions.node != null

Generated using TypeDoc