UNPKG

@auth0/cose

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