UNPKG

@privateid/small-age-sdk-alpha

Version:
11 lines (10 loc) 284 B
/** * This function load the wasm module * @category Utils */ export declare const loadPrivIdModule: (loadAntispoof?: boolean) => Promise<{ support: boolean; message?: string; }>; export declare const isModuleLoaded: () => boolean; export * from './ageestimate';