UNPKG

@sky-mavis/tanto-widget

Version:
8 lines (7 loc) 358 B
export declare function getUserAgent(): import("ua-parser-js").IResult | undefined; export declare function detectBrowser(): string; export declare function detectOS(): string; export declare function isIOS(): boolean; export declare function isAndroid(): boolean; export declare const isMobile: () => boolean; export declare const isDesktop: () => boolean;