BrowserDetector.d.ts 221 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 declare global { interface Window extends HTMLElement { safari: any; } } export declare type Predicate = () => boolean; export declare const isFirefox: Predicate; export declare const isSafari: Predicate;