node-platforms

List of platforms supported by Node.js

Usage no npm install needed!

<script type="module">
  import nodePlatforms from 'https://cdn.skypack.dev/node-platforms';
</script>

README

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