UNPKG

@gaonengwww/jose

Version:

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

4 lines (2 loc) 143 B
declare const _default: (algorithm: "sha256" | "sha384" | "sha512", data: Uint8Array) => Promise<Uint8Array>; export { _default as default };