UNPKG
mycoder-agent
Version:
latest (1.7.0)
1.7.0
1.6.0
1.5.0
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.4
0.1.3
Agent module for mycoder - an AI-powered software development assistant
mycoder.ai
drivecore/mycoder
mycoder-agent
/
dist
/
tools
/
session
/
lib
/
filterPageContent.d.ts
6 lines
•
277 B
TypeScript
View Raw
1
2
3
4
5
6
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