UNPKG

@sebgroup/frontend-tools

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