summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/browser/src/index.ts')
-rw-r--r--packages/browser/src/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/browser/src/index.ts b/packages/browser/src/index.ts
index bcf2e2f..38ce91b 100644
--- a/packages/browser/src/index.ts
+++ b/packages/browser/src/index.ts
@@ -1,7 +1,9 @@
import startAttestation from './methods/startAttestation';
+import startAssertion from './methods/startAssertion';
import supportsWebauthn from './helpers/supportsWebauthn';
export {
startAttestation,
+ startAssertion,
supportsWebauthn,
};