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) 201 B
import { CryptoKey as CryptoKey$1 } from '../types.d.js'; declare const _default: (alg: string, key: CryptoKey$1 | Uint8Array, usage: KeyUsage) => Promise<CryptoKey>; export { _default as default };