Function isOSX

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

    Returns boolean

    A boolean indicating whether the current platform is OSX.

Generated using TypeDoc