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/typescript-types/src | |
parent | e1c305dc7eac6f57b25515b27c71787ae82d8708 (diff) |
Add plugin for better module naming control
Diffstat (limited to 'packages/typescript-types/src')
-rw-r--r-- | packages/typescript-types/src/index.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts index 920fd7c..dcd88a9 100644 --- a/packages/typescript-types/src/index.ts +++ b/packages/typescript-types/src/index.ts @@ -1,4 +1,9 @@ /** + * @packageDocumentation + * @module @simplewebauthn/typescript-types + * @preferred + */ +/** * A variant of PublicKeyCredentialCreationOptions suitable for JSON transmission to the browser to * (eventually) get passed into navigator.credentials.create(...) in the browser. */ |