You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
389 B

/**
* Determine if the browser is capable of Webauthn
*/
export declare function browserSupportsWebAuthn(): boolean;
/**
* Make it possible to stub the return value during testing
* @ignore Don't include this in docs output
*/
export declare const _browserSupportsWebAuthnInternals: {
stubThis: (value: boolean) => boolean;
};
//# sourceMappingURL=browserSupportsWebAuthn.d.ts.map