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

Made by Antonio Ramirez

os-component

0.0.1

@tjholowaychuk

npmSnykSocket
Downloads:5
$ npm install os-component
DailyWeeklyMonthlyYearly

os

Return the operating system name.

Installation

$ component install component/os

Example

var os = require('os');
console.log(os);
// => "mac"

Supports

  • "mac"
  • "win"
  • "linux"

License

MIT