@simplewebauthn/types
Version:
TypeScript types used by the @simplewebauthn series of libraries
29 lines (19 loc) • 958 B
Markdown
# @simplewebauthn/types <!-- omit in toc -->

[](https://www.npmjs.com/package/@simplewebauthn/types)
[](https://jsr.io/@simplewebauthn/types)
TypeScript typings for **@simplewebauthn/server** and **@simplewebauthn/browser**
- [Installation](#installation)
- [Node LTS 20.x and higher](#node-lts-20x-and-higher)
- [Deno v1.43 and higher](#deno-v143-and-higher)
## Installation
This package can be installed from **[NPM](https://www.npmjs.com/package/@simplewebauthn/types)**
and **[JSR](https://jsr.io/@simplewebauthn/types)**:
### Node LTS 20.x and higher
```sh
npm install @simplewebauthn/types
```
### Deno v1.43 and higher
```sh
deno add jsr:@simplewebauthn/types
```