UNPKG

xpm

Version:

The xPack project manager command line tool

3 lines (2 loc) 150 B
export declare function toDER(certificate: string): Buffer<ArrayBuffer>; export declare function fromDER(certificate: Buffer, type?: string): string;