UNPKG

ngx-vcard

Version:

Generate an RFC compliant vCard and download it.

9 lines (8 loc) 164 B
/** * Encodes string */ export declare function e(value: string | undefined): string; /** * Return new line characters */ export declare function nl(): string;