README
archs
List of processor architectures supported by Node.js
Install
$ npm install archs
Usage
import archs from 'archs';
console.log(archs);
//=> ['arm', …]
Related
See node-platforms
for a list of platforms supported by Node.js.
List of processor architectures supported by Node.js
<script type="module">
import archs from 'https://cdn.skypack.dev/archs';
</script>
List of processor architectures supported by Node.js
$ npm install archs
import archs from 'archs';
console.log(archs);
//=> ['arm', …]
See node-platforms
for a list of platforms supported by Node.js.