@vcard/vcard4-meta
Version:
A vCard 4 module which provides data about the format.
8 lines • 341 B
TypeScript
export declare const EOL = "\r\n";
export declare const HORIZONTAL_TAB: string;
export declare const SPACE = " ";
export declare const FOLD_CONTINUATION_CHAR = " ";
export declare const FOLD_CONTINUATION_CHARS: string[];
export declare const MAX_OCTETS_PER_LINE = 75;
export declare const SEPARATOR = ";";
//# sourceMappingURL=index.d.ts.map