diff options
author | Matthew Miller <matthew@millerti.me> | 2020-10-28 07:24:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-28 07:24:19 -0700 |
commit | 8382c781006ce00721398d97445cdaf97254634e (patch) | |
tree | 94d82c910697f072021417e5b51c5224e7f76989 /packages/typescript-types | |
parent | 4c7c26d1da7280c344af74c2f1f1fde7bf426ee1 (diff) | |
parent | 0a46071bb5cd869b8a6f6fa63915486c74fecb9c (diff) |
Merge pull request #66 from Gerrit0/master
chore: Switch to typedoc@beta for documentation generation
Diffstat (limited to 'packages/typescript-types')
-rw-r--r-- | packages/typescript-types/src/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts index f9cb10f..4f238d7 100644 --- a/packages/typescript-types/src/index.ts +++ b/packages/typescript-types/src/index.ts @@ -1,7 +1,6 @@ /** * @packageDocumentation * @module @simplewebauthn/typescript-types - * @preferred */ /** * A variant of PublicKeyCredentialCreationOptions suitable for JSON transmission to the browser to |