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 133 B
import { Jwk } from './jwk.js'; export declare function jwkAlgorithms(jwk: Jwk): Generator<string>; //# sourceMappingURL=alg.d.ts.map