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) 212 B
declare const _default: (actual: unknown, ...types: string[]) => string; declare function withAlg(alg: string, actual: unknown, ...types: Array<string | null>): string; export { _default as default, withAlg };