Appearance
function isIE(): boolean;
Checks if the current browser is Internet Explorer (IE).
boolean
Returns true if the browser is IE; otherwise, returns false.
true
false
isIE() // => false in modern browsers
1.0.0