UNPKG

@sebgroup/frontend-tools

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