UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

7 lines (6 loc) 246 B
/** * @description Get the digital fingerprint hash for a user, based on various digital signals. * Recommended: call this at least 500ms after page ready * @private */ export declare const getFingerprint: () => Promise<string>;