is-nwjs-mac

1.0.0 • Public • Published

is-nwjs-mac

NPM version Travis-CI Status Appveyor Status Daviddm Status

Check if your code is running on NW.js on Mac.

Install

$ npm install --save is-nwjs-mac

Usage

var isNwjsMac = require('is-nwjs-mac');
 
// on your browser
console.log(isNwjsMac);
//=> false
 
// on NW.js on Windows
console.log(isNwjsMac);
//=> false
 
// on NW.js on Mac
console.log(isNwjsMac);
//=> true

Related

Changelog

changelog.md.

License

MIT © sanemat

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0

Package Sidebar

Install

npm i is-nwjs-mac

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • sanemat