Check whether the OS is macOS.
True if running on macOS.
True
bool
Examples
>>> isinstance(is_macos(), bool) True