UNPKG

@just-every/mcp-read-website-fast

Version:

Markdown Content Preprocessor - Fetch web pages, extract content, convert to clean Markdown

5 lines (4 loc) 197 B
import { JSDOM } from 'jsdom'; import { Article } from '../types.js'; export declare function extractArticle(dom: JSDOM): Article | null; export declare function hasContent(html: string): boolean;