@humanmark/sdk-js
Version:
Browser-native JavaScript SDK for Humanmark human verification challenges
11 lines • 369 B
TypeScript
export interface DeviceInfo {
isMobile: boolean;
isIOS: boolean;
isAndroid: boolean;
userAgent: string;
}
export declare function detectDevice(): DeviceInfo;
export declare function shouldShowQRCode(): boolean;
export declare function shouldShowDeepLink(): boolean;
export declare function isMobileDevice(): boolean;
//# sourceMappingURL=device.d.ts.map