UNPKG

@thi.ng/checks

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