@sky-mavis/tanto-widget
Version:
Tanto Widget
8 lines (7 loc) • 358 B
TypeScript
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;