UNPKG

absolute-widget

Version:

An embeddable User Login and Registration using Absolute & PasswordLess with consent page

4 lines (3 loc) 214 B
export declare function checkWebAuthnSupport(): boolean; export declare const base64ToUint8Array: (base64: string) => Uint8Array<ArrayBuffer>; export declare const uint8ArrayToBase64: (arrayBuffer: any) => string;