UNPKG

@ipranker/sdk

Version:

Professional IP Intelligence and Device Fingerprinting SDK - Comprehensive fraud detection with single API call

12 lines (11 loc) 247 B
/** * Device Collector * Collects device and browser information */ import type { DeviceData } from '../types'; export declare class DeviceCollector { /** * Collect device and browser data */ collect(): Promise<DeviceData>; }