UNPKG

html-to-md

Version:

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

3 lines (2 loc) 109 B
declare function getTagAttributes(attrStr: string): Record<string, string>; export default getTagAttributes;