UNPKG

html-to-md

Version:

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

3 lines (2 loc) 91 B
declare function isSelfClosing(tag: string | null): boolean; export default isSelfClosing;