UNPKG

@sumsub/fisherman

Version:

The Sumsub Fisherman is a powerful tool that helps developers integrate fraud detection capabilities into their applications. With Fisherman, you can easily identify and prevent fraudulent activities within your system, providing a safer and more secure e

4 lines (3 loc) 236 B
import { type LoadOptions } from '@fingerprintjs/fingerprintjs-pro'; import type { FpKeyResponse } from '../types'; export declare const getFingerprintLoadConfig: (apiKey: string, fishermanConfigResponse: FpKeyResponse) => LoadOptions;