goalie.is_macos

goalie.is_macos() bool

Check whether the OS is macOS.

Returns:

True if running on macOS.

Return type:

bool

Examples

>>> isinstance(is_macos(), bool)
True