UNPKG

@apify/actors-mcp-server

Version:

Model Context Protocol Server for Apify

5 lines 170 B
/** * Converts HTML content to Markdown format using Turndown. */ export declare function htmlToMarkdown(html: string): string; //# sourceMappingURL=html-to-md.d.ts.map