summaryrefslogtreecommitdiffhomepage
path: root/packages/typescript-types/src
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-29 13:12:36 -0700
committerMatthew Miller <matthew@millerti.me>2020-05-29 13:12:36 -0700
commit5d2e76a9ced3da0044f84eed87494dbb97374186 (patch)
tree9689a4ee94fd53fac5804448bfa88256ae1c957e /packages/typescript-types/src
parente1c305dc7eac6f57b25515b27c71787ae82d8708 (diff)
Add plugin for better module naming control
Diffstat (limited to 'packages/typescript-types/src')
-rw-r--r--packages/typescript-types/src/index.ts5
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.
*/