UNPKG

@sebgroup/frontend-tools

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