Add Package
deno add jsr:@simplewebauthn/browser
Import symbol
import { type AuthenticatorAttestationResponseJSON } from "@simplewebauthn/browser" ;
or
Import directly with a jsr specifier
import { type AuthenticatorAttestationResponseJSON } from "jsr:@simplewebauthn/browser" ;
Add Package
pnpm i jsr:@simplewebauthn/browser
or (using pnpm 10.8 or older)
pnpm dlx jsr add @simplewebauthn/browser
Import symbol
import { type AuthenticatorAttestationResponseJSON } from "@simplewebauthn/browser" ;
Add Package
yarn add jsr:@simplewebauthn/browser
or (using Yarn 4.8 or older)
yarn dlx jsr add @simplewebauthn/browser
Import symbol
import { type AuthenticatorAttestationResponseJSON } from "@simplewebauthn/browser" ;
Add Package
vlt install jsr:@simplewebauthn/browser
Import symbol
import { type AuthenticatorAttestationResponseJSON } from "@simplewebauthn/browser" ;
Add Package
npx jsr add @simplewebauthn/browser
Import symbol
import { type AuthenticatorAttestationResponseJSON } from "@simplewebauthn/browser" ;