1
0
Files

6 lines
153 B
TypeScript

export declare function detectIE(): boolean;
export declare function detectEdge(): boolean;
export declare const mapsForIE: {
[key: string]: any;
};