UNPKG

@atproto/jwk

Version:

A library for working with JSON Web Keys (JWKs) in TypeScript. This is meant to be extended by environment-specific libraries like @atproto/jwk-jose.

3 lines 161 B
import { type JwkBase } from './jwk.js'; export declare function jwkAlgorithms(jwk: JwkBase): Generator<string, void, unknown>; //# sourceMappingURL=alg.d.ts.map