diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-29 13:12:36 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-29 13:12:36 -0700 |
commit | 5d2e76a9ced3da0044f84eed87494dbb97374186 (patch) | |
tree | 9689a4ee94fd53fac5804448bfa88256ae1c957e /packages/browser/src | |
parent | e1c305dc7eac6f57b25515b27c71787ae82d8708 (diff) |
Add plugin for better module naming control
Diffstat (limited to 'packages/browser/src')
-rw-r--r-- | packages/browser/src/index.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/browser/src/index.ts b/packages/browser/src/index.ts index 18f5944..3feaa46 100644 --- a/packages/browser/src/index.ts +++ b/packages/browser/src/index.ts @@ -1,3 +1,8 @@ +/** + * @packageDocumentation + * @module @simplewebauthn/browser + * @preferred + */ import startAttestation from './methods/startAttestation'; import startAssertion from './methods/startAssertion'; import supportsWebauthn from './helpers/supportsWebauthn'; |