Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

is-windows-browser

bendrucker3MIT1.0.0

Detect Windows browsers

windows, browser, web

readme

is-windows-browser Build Status

Detect Windows browsers

Install

$ npm install --save is-windows-browser

Usage

var isWindows = require('is-windows-browser')
//=> true/false

License

MIT © Ben Drucker