UNPKG

@sebgroup/frontend-tools

Version:
6 lines (5 loc) 132 B
/** * Check if the current browser is IE * @returns {boolean} True if IE */ export declare function isBrowserIE(): boolean;