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

6 lines (5 loc) 152 B
export interface Geolocation { permissionGranted: boolean; location?: string; } export declare function getGeolocation(): Promise<Geolocation>;