Function isLinux

  • Checks if the current platform is Linux. It checks the 'process' object and the 'platform' property to determine if the platform is 'linux'.

    Returns boolean

    A boolean indicating whether the current platform is Linux.

Generated using TypeDoc