UNPKG

cose-kit

Version:

**DEPRECATED:** Use [@auth0/cose](https://www.npmjs.com/package/@auth0/cose).

3 lines (2 loc) 120 B
export declare const pemToCert: (cert: string) => string; export declare const certToPEM: (cert: Uint8Array) => string;