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

Package detail

is-iexplorer

kevva842.3kMIT1.0.0

Check if browser is Internet Explorer

browser, check, detect, explorer, ie, internet

readme

is-iexplorer Build Status

Check if browser is Internet Explorer

Supports IE6, IE7, IE8, IE9, IE10 and IE11.

Install

$ npm install --save is-iexplorer

Usage

var isIexplorer = require('is-iexplorer');

console.log(isIexplorer);
//=> false (hopefully)

License

MIT © Kevin Mårtensson