browser_util.d.ts 153 B

12345
  1. export declare function detectIE(): boolean;
  2. export declare function detectEdge(): boolean;
  3. export declare const mapsForIE: {
  4. [key: string]: any;
  5. };