Skip to content

Commit

Permalink
fix: add htmlDom type
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 24, 2024
1 parent b0adbe4 commit 7fd2bbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/metascraper/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ declare namespace createMetascraper {
* The HTML markup for extracting the content.
*/
html?: string;
/**
* The Cheerio instance for extracting the content.
*/
htmlDom?: import("cheerio").CheerioAPI;
/**
* You can pass additional rules to add on execution time.
* These rules will be merged with your loaded rules at the beginning.
Expand Down

0 comments on commit 7fd2bbf

Please sign in to comment.