Variable backendConst

backend: {
    EOL: string;
    isOSX: boolean;
    isWindows: boolean;
    type: (() => core.Type);
} = ...

Type declaration

  • EOL: string
  • isOSX: boolean
  • isWindows: boolean
  • type: (() => core.Type)
      • (): core.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 core.Type