blob: 5c8b3e6025e2b02f61d47b388e8a9d4ea9bc8cc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# @simplewebauthn/typescript-types <!-- omit in toc -->

[](https://www.npmjs.com/package/@simplewebauthn/typescript-types)
TypeScript typings for **@simplewebauthn/server** and **@simplewebauthn/browser**
- [Installation](#installation)
## Installation
This package is available on **npm**:
```sh
npm install @simplewebauthn/typescript-types
```
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';
```
|