npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

node-platforms

3.0.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:18
$ npm install node-platforms
DailyWeeklyMonthlyYearly

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