Add Package
deno add jsr:@panva/jose
Import symbol
import { type JWTDecryptGetKey } from "@panva/jose/jwt/decrypt";
---- OR ----
Import directly with a jsr specifier
import { type JWTDecryptGetKey } from "jsr:@panva/jose/jwt/decrypt";
Add Package
npx jsr add @panva/jose
Import symbol
import { type JWTDecryptGetKey } from "@panva/jose/jwt/decrypt";
Add Package
yarn dlx jsr add @panva/jose
Import symbol
import { type JWTDecryptGetKey } from "@panva/jose/jwt/decrypt";
Add Package
pnpm dlx jsr add @panva/jose
Import symbol
import { type JWTDecryptGetKey } from "@panva/jose/jwt/decrypt";
Add Package
bunx jsr add @panva/jose
Import symbol
import { type JWTDecryptGetKey } from "@panva/jose/jwt/decrypt";