@clerk/shared
Version:
Internal package utils used by the Clerk SDKs
6 lines (4 loc) • 298 B
TypeScript
declare function isWebAuthnSupported(): boolean;
declare function isWebAuthnAutofillSupported(): Promise<boolean>;
declare function isWebAuthnPlatformAuthenticatorSupported(): Promise<boolean>;
export { isWebAuthnAutofillSupported, isWebAuthnPlatformAuthenticatorSupported, isWebAuthnSupported };