UNPKG

@sebgroup/frontend-tools

Version:
15 lines (11 loc) 316 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /** * Check if the current browser is IE * @returns {boolean} True if IE */ function isBrowserIE() { return /*@cc_on!@*/ !!document.documentMode; } exports.isBrowserIE = isBrowserIE; //# sourceMappingURL=isBrowserIE.js.map