UNPKG

130 BTypeScriptView Raw
1export declare const Browser: {
2 isEdge: () => boolean;
3 isInternetExplorer: () => boolean;
4 isWebkit: () => boolean;
5};