diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-29 15:34:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 15:34:02 -0700 |
commit | 2691bad472972664e2c5184e8708cf973beb5d55 (patch) | |
tree | b20976e53e5573ca3779ba8177dd2a6b56cc15d0 /packages/browser/src | |
parent | d8d4f48f49da9f5b0310f462f994f42698e6b6b1 (diff) | |
parent | 94b461cfea0f365797a0e09865671f63e14ca7df (diff) |
Merge pull request #19 from MasterKale/feature/docs
feature/docs
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'; |