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

5 lines (4 loc) 260 B
import type { InitParams, Fisherman } from './types'; import type { FishermanError } from './errors'; import { init, destroy, updateAccessToken } from './init'; export { init, destroy, updateAccessToken, type InitParams, type FishermanError, type Fisherman };