UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

3 lines (2 loc) 149 B
export declare function stripPem(pem: string, removeNewlines?: boolean): string; export declare function wrapPem(pem: string, type: string): string;