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.ts12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/browser/src/index.ts b/packages/browser/src/index.ts
index 7fe2c4b..77cd491 100644
--- a/packages/browser/src/index.ts
+++ b/packages/browser/src/index.ts
@@ -2,11 +2,11 @@
* @packageDocumentation
* @module @simplewebauthn/browser
*/
-import { startRegistration } from "./methods/startRegistration";
-import { startAuthentication } from "./methods/startAuthentication";
-import { browserSupportsWebAuthn } from "./helpers/browserSupportsWebAuthn";
-import { platformAuthenticatorIsAvailable } from "./helpers/platformAuthenticatorIsAvailable";
-import { browserSupportsWebAuthnAutofill } from "./helpers/browserSupportsWebAuthnAutofill";
+import { startRegistration } from './methods/startRegistration';
+import { startAuthentication } from './methods/startAuthentication';
+import { browserSupportsWebAuthn } from './helpers/browserSupportsWebAuthn';
+import { platformAuthenticatorIsAvailable } from './helpers/platformAuthenticatorIsAvailable';
+import { browserSupportsWebAuthnAutofill } from './helpers/browserSupportsWebAuthnAutofill';
export {
browserSupportsWebAuthn,
@@ -16,4 +16,4 @@ export {
startRegistration,
};
-export type { WebAuthnErrorCode } from "./helpers/webAuthnError";
+export type { WebAuthnErrorCode } from './helpers/webAuthnError';