UNPKG
puppeteer-vision-mcp-server
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.0
MCP Server for scraping webpages and converting to markdown
puppeteer-vision-mcp-server
/
build
/
utils
/
html-helpers.d.ts
6 lines
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
/** * 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