hojas/node_modules/speech-rule-engine/mjs/common/browser_util.d.ts
2026-05-14 10:56:04 +02:00

5 lines
153 B
TypeScript

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