interface CustomAgent {
    load: ((options) => Promise<FingerprintJSPro.Agent>);
}

Properties

Properties

load: ((options) => Promise<FingerprintJSPro.Agent>)

Type declaration