environment
Check which JavaScript environment your code is running in at runtime: browser, Node.js, Bun, etc
windows-release
Get the name of a Windows version from the release number: `5.1.2600` → `XP`
macos-release
Get the name and version of a macOS release from the Darwin version
is-windows
Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.