1.0.10 • Published 8 years ago

fuck-ie v1.0.10

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

fuck-ie

Check whether your browser is a specified version of IE.

Install

$ npm i fuck-ie

Usage

var fuckIE = require('fuck-ie')

// If your browser is IE6, the returned value will be true.
var isIE_6 = fuckIE(6)

// If your browser is IE6 or IE7 or IE8, the returned value will be true.
var isIE_6_7_8 = fuckIE(6, 7, 8)

// If your browser is any version of IE, the returned value will be true.
var isAnyVersionOfIE = fuckIE()
1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago