UNPKG

@thi.ng/checks

Version:
4 lines (3 loc) 167 B
export const isIE = () => typeof document !== "undefined" && (typeof document["documentMode"] !== "undefined" || navigator.userAgent.indexOf("MSIE") > 0);