UNPKG

@types/html-to-rtf

Version:
3 lines (2 loc) 122 B
export function convertHtmlToRtf(html: string): string; export function saveRtfInFile(path: string, value: string): void;