JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 213360
  • Score
    100M100P100Q168079F
  • License MIT

TypeScript types used by the @simplewebauthn series of libraries

Package Exports

  • @simplewebauthn/types

Readme

@simplewebauthn/types

WebAuthn npm (scoped)

TypeScript typings for @simplewebauthn/server and @simplewebauthn/browser

Installation

Node LTS 16.x or higher

This package is available on npm:

npm install @simplewebauthn/types

Deno v1.33.x or higher

It is also available for import into Deno projects from deno.land/x:

import {...} from 'https://deno.land/x/simplewebauthn/deno/types.ts';