# @simplewebauthn/types <!-- omit in toc -->

![WebAuthn](https://img.shields.io/badge/WebAuthn-Simplified-blueviolet?style=for-the-badge&logo=WebAuthn)
[![npm (scoped)](https://img.shields.io/npm/v/@simplewebauthn/types?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/@simplewebauthn/types)
[![JSR](https://jsr.io/badges/@simplewebauthn/types?style=for-the-badge)](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
```
