UNPKG

@aws-amplify/auth

Version:
7 lines (6 loc) 199 B
/** * Determines if passkey is supported in current context * Will return false if executed in non-secure context * @returns boolean */ export declare const getIsPasskeySupported: () => boolean;