We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
supported()
1 parent e96e961 commit 47acf67Copy full SHA for 47acf67
src/index.js.flow
@@ -31,3 +31,5 @@ export interface PublicKeyCredentialWithAssertionJSON {
31
}
32
33
declare export function get(requestJSON: CredentialRequestOptionsJSON): Promise<PublicKeyCredentialWithAssertionJSON>;
34
+
35
+declare export function supported(): boolean;
0 commit comments