UNPKG

@gaonengwww/jose

Version:

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes

6 lines (3 loc) 215 B
import { CryptoKey, KeyObject, JWK } from '../types.d.cjs'; declare const _default: (key: CryptoKey | KeyObject | JWK | Uint8Array, alg: string) => Promise<CryptoKey | Uint8Array>; export { _default as default };