UNPKG

167 BJavaScriptView Raw
1const isIE = () => typeof document !== "undefined" && (typeof document["documentMode"] !== "undefined" || navigator.userAgent.indexOf("MSIE") > 0);
2export {
3 isIE
4};