UNPKG

html-to-md

Version:

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

7 lines (6 loc) 174 B
import Del from './del'; declare class S extends Del { constructor(str: string, tagName?: string); exec(prevGap: string, endGap: string): string; } export default S;