UNPKG

@seontechnologies/seon-id-verification

Version:

An advanced SDK featuring web components for natural person identification through document scanning, facial recognition, hand gesture, and face turning detection, designed for secure and efficient user verification.

5 lines (4 loc) 254 B
export declare const isQueryParamExists: (param: string) => boolean; export declare const getQueryParam: (param: string) => string | null; export declare const isTransferTokenExists: () => boolean; export declare const shouldSkipCamCheck: () => boolean;