UNPKG

mycoder-agent

Version:

Agent module for mycoder - an AI-powered software development assistant

6 lines 277 B
import { Page } from 'playwright'; /** * Gets the rendered DOM of a page with specified processing method */ export declare function filterPageContent(page: Page, pageFilter: 'simple' | 'none' | 'readability'): Promise<string>; //# sourceMappingURL=filterPageContent.d.ts.map