Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace OS

Index

Enumerations

Variables

Functions

Variables

backend: { isOSX: boolean; isWindows: boolean; type: (() => OS.Type) } = ...

Type declaration

  • isOSX: boolean
  • isWindows: boolean
  • type: (() => OS.Type)
      • Returns with the type of the operating system. If it is neither Windows nor OS X, then it always return with the Linux OS type.

        Returns OS.Type

Functions