UNPKG

@stltio/stealth

Version:

Device fingerprinting library

13 lines (11 loc) 239 B
declare function stealth({ apiKey, debug, ignore }?: { apiKey?: string; debug?: boolean; ignore?: string[]; }): Promise<{ visitorId: any; local: any; ms: number; remote: any; }>; export { stealth as default };