os-type Bindings to the os_type Rust library using Neon Installation npm install os-type Usage import osType from 'os-type'; console.log(osType.currentPlatform()); // Object { // "osType": "unknown", // "version": "0.0.0", // }