Function getOS

  • Determines the current operating system. It uses the isWindows, isOSX, and isLinux functions to determine the current operating system.

    Returns "windows" | "osx" | "linux" | "unknown"

    A string indicating the current operating system. It can be 'windows', 'osx', 'linux', or 'unknown'.

Generated using TypeDoc