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.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/browser/src/index.ts b/packages/browser/src/index.ts
new file mode 100644
index 0000000..38ce91b
--- /dev/null
+++ b/packages/browser/src/index.ts
@@ -0,0 +1,9 @@
+import startAttestation from './methods/startAttestation';
+import startAssertion from './methods/startAssertion';
+import supportsWebauthn from './helpers/supportsWebauthn';
+
+export {
+ startAttestation,
+ startAssertion,
+ supportsWebauthn,
+};