2.0.0 • Published 4 years ago
archs v2.0.0
archs
List of processor architectures supported by Node.js
Install
$ npm install archsUsage
import archs from 'archs';
console.log(archs);
//=> ['arm', …]Related
See node-platforms for a list of platforms supported by Node.js.