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.

7 lines (6 loc) 319 B
import EN from '../public/translations/en.json'; type TTranslations = typeof EN; type TTranslationsExtended = Record<string, string> & TTranslations; export declare let localizedText: TTranslationsExtended; export declare function localizedService(remoteTranslations: Record<string, string>): Promise<void>; export {};