UNPKG

@sebgroup/frontend-tools

Version:
11 lines (9 loc) 226 B
/** * Check if the current browser is IE * @returns {boolean} True if IE */ function isBrowserIE() { return /*@cc_on!@*/ !!document.documentMode; } export { isBrowserIE }; //# sourceMappingURL=isBrowserIE.js.map