UNPKG

supertokens-node

Version:
4 lines (3 loc) 208 B
// @ts-nocheck export declare function validateWebauthnGeneratedOptionsIdOrThrowError(webauthnGeneratedOptionsId: string): string; export declare function validateCredentialOrThrowError<T>(credential: T): T;