UNPKG

yarle-evernote-to-md

Version:

Yet Another Rope Ladder from Evernote

3 lines (2 loc) 152 B
import { YarleOptions } from './YarleOptions'; export declare const convertHtml2MdContent: (yarleOptions: YarleOptions, htmlContent: string) => string;