UNPKG

@sebgroup/frontend-tools

Version:
11 lines (9 loc) 235 B
/** * Check if the current browser is Edge * @returns {boolean} True if Edge */ function isBrowserEdge() { return !window.isIE && !!window.StyleMedia; } export { isBrowserEdge }; //# sourceMappingURL=isBrowserEdge.js.map