diff --git a/packages/metascraper/src/index.d.ts b/packages/metascraper/src/index.d.ts index bcbe9a074..61230534e 100644 --- a/packages/metascraper/src/index.d.ts +++ b/packages/metascraper/src/index.d.ts @@ -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.