UNPKG

@equinor/eds-utils

Version:

Utility functions and hooks for the Equinor Design System

6 lines (5 loc) 145 B
/** * Detects if the current browser is Firefox * @returns true if Firefox, false otherwise */ export declare const isFirefox: () => boolean;