Skip to content

Commit 47acf67

Browse files
committed
Update Flow definitions to include supported().
1 parent e96e961 commit 47acf67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js.flow

+2
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ export interface PublicKeyCredentialWithAssertionJSON {
3131
}
3232

3333
declare export function get(requestJSON: CredentialRequestOptionsJSON): Promise<PublicKeyCredentialWithAssertionJSON>;
34+
35+
declare export function supported(): boolean;

0 commit comments

Comments
 (0)