UNPKG

xpm

Version:

The xPack project manager command line tool

4 lines (3 loc) 168 B
/// <reference types="node" /> export declare function toDER(certificate: string): Buffer; export declare function fromDER(certificate: Buffer, type?: string): string;