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