UNPKG

221 BTypeScriptView Raw
1declare global {
2 interface Window extends HTMLElement {
3 safari: any;
4 }
5}
6export declare type Predicate = () => boolean;
7export declare const isFirefox: Predicate;
8export declare const isSafari: Predicate;