A module to detect the IE browser version, returns false for non IE browsers
npm install detectie
Thanks to mario z for the code
`` jsvar detectIe = require('detectIe');console.log(detectIe());
jsvar detectIe = require('detectIe');console.log(detectIe());
``
MIT