UNPKG

puppeteer-vision-mcp-server

Version:

MCP Server for scraping webpages and converting to markdown

6 lines 245 B
/** * Recursively marks parent elements of code blocks to ensure they're preserved * @param node The DOM node to check and mark */ export declare function markCodeParents(node: Element | null): void; //# sourceMappingURL=html-helpers.d.ts.map