Skip to content

Instantly share code, notes, and snippets.

@alexgalkin
Last active May 14, 2024 20:43
Show Gist options
  • Save alexgalkin/dc63ed96deaa87557dbd5485cb2d702b to your computer and use it in GitHub Desktop.
Save alexgalkin/dc63ed96deaa87557dbd5485cb2d702b to your computer and use it in GitHub Desktop.
Node Check that it is not macOS
os.platform() !== "darwin"
// OR
process.platform !== 'darwin'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment