UNPKG

@felisdiligens/md-table-tools

Version:

MultiMarkdown table tools

8 lines (7 loc) 327 B
import TurndownService from "turndown"; export declare function removeInvisibleCharacters(str: string): string; /** * Returns a TurndownService object configured for my own taste... * (of course, if you don't like it, you can configure it to fit your needs) */ export declare function getTurndownService(): TurndownService;