UNPKG

html-to-md

Version:

A JS library for convert HTML<String> to markdown<String>, gzip 10kb

5 lines (4 loc) 193 B
declare function escapeStr(s: string): string; declare function unescapeStr(s: string): string; declare function extraEscape(s: string): string; export { escapeStr, extraEscape, unescapeStr };