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) 141 B
import { JWK, CryptoKey } from '../types.d.cjs'; declare const _default: (jwk: JWK) => Promise<CryptoKey>; export { _default as default };