isOsx

Type:Function
Status:stable
Since:1.0.0
Platform:jsnode
@blackbyte.sugar.shared.is

Check if the app run on mac OS X or not

Return

  1. -Boolean

    true if mac OS X, false if not

Example

import { isOsx } from '@blackbyte/sugar/is';
isOsx(); // => true

Todo

  • testsnormal