3.0.0 • Published 2 years ago

node-platforms v3.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

node-platforms

List of platforms supported by Node.js

Install

npm install node-platforms

Usage

import nodePlatforms from 'node-platforms';

console.log(nodePlatforms());
//=> Set {'darwin', 'freebsd'}

API

nodePlatforms()

Returns a Set with platforms.

Related

  • archs - List of processor architectures supported by Node.js