is-win10

1.0.0 • Public • Published

is-win10

Detect if your code is running on Windows 10.

Installation

npm install is-win10

Quickstart

const isWin10 = require('is-win10')
 
console.log(isWin10)
  // => true (or false)

License

WTFPL – Do What the F*ck You Want to Public License.

Made with ❤️ by @MarkTiedemann.

Package Sidebar

Install

npm i is-win10

Weekly Downloads

0

Version

1.0.0

License

WTFPL

Last publish

Collaborators

  • mark.tiedemann