.. | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md |
is-windows

Returns true if the platform is windwows.
Install
Install with npm
$ npm i is-windows --save
Usage
var isWindows = require('is-windows');
isWindows();
//=> returns true if the platform is windows
Related projects
- is-absolute: Returns true if a file path is absolute. | homepage
- is-glob: Returns
true
if the given string looks like a glob pattern or an extglob pattern.… more | homepage - is-relative: Returns
true
if the path appears to be relative. | homepage - isobject: Returns true if the value is an object and not an array or null. | homepage
- window-size: Reliable way to to get the height and width of the terminal/console in a node.js… more | homepage
Running tests
Install dev dependencies:
$ npm i -d && npm test
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Author
Jon Schlinkert
License
Copyright © 2015 Jon Schlinkert Released under the MIT license.
This file was generated by verb on December 20, 2015.