diff options
Diffstat (limited to 'packages/typescript-types/README.md')
-rw-r--r-- | packages/typescript-types/README.md | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/packages/typescript-types/README.md b/packages/typescript-types/README.md index 5190592..2220d02 100644 --- a/packages/typescript-types/README.md +++ b/packages/typescript-types/README.md @@ -1,6 +1,28 @@ -# @simplewebauthn/typescript-types +# @simplewebauthn/typescript-types <!-- omit in toc -->  [](https://www.npmjs.com/package/@simplewebauthn/typescript-types) TypeScript typings for **@simplewebauthn/server** and **@simplewebauthn/browser** + +- [Installation](#installation) + - [Node LTS 16.x or higher](#node-lts-16x-or-higher) + - [Deno v1.33.x or higher](#deno-v133x-or-higher) + +## Installation + +### Node LTS 16.x or higher + +This package is available on **npm**: + +```sh +npm install @simplewebauthn/typescript-types +``` + +### Deno v1.33.x or higher + +It is also available for import into Deno projects from **deno.land/x**: + +```ts +import {...} from 'https://deno.land/x/simplewebauthn/deno/typescript-types.ts'; +``` |