UNPKG

210 BTypeScriptView Raw
1export declare const SUPPORTED_FIREFOX_VERSION = 57;
2export declare const SUPPORTED_CHROME_VERSION = 64;
3export declare const SUPPORTED_EDGE_VERSION = 16;
4export declare function isBrowserSupported(): boolean;