We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tested on both iOS and macOS, returns 'darwin'.
Environment: iOS 13.5 Unc0ver Jailbreak Nodejs version: v12.17.0
The text was updated successfully, but these errors were encountered:
getos is for Linux distributions. For Windows and MacOS, getos is a pass through to os.platform().
os.platform()
If there is a module like getos but for MacOS, we could rely on that when os.platform() returns darwin.
darwin
Sorry, something went wrong.
darwin is the (open source) operating system, both iOS and macOS are a set of propietary APIs and libraries build on top of it.
No branches or pull requests
Tested on both iOS and macOS, returns 'darwin'.
Environment: iOS 13.5 Unc0ver Jailbreak
Nodejs version: v12.17.0
The text was updated successfully, but these errors were encountered: