diff --git a/cheerio/cheerio.d.ts b/cheerio/cheerio.d.ts index cd0be35934..af708cf0a4 100644 --- a/cheerio/cheerio.d.ts +++ b/cheerio/cheerio.d.ts @@ -44,6 +44,7 @@ interface Cheerio { // Traversing find(selector: string): Cheerio; + find(element: Cheerio): Cheerio; parent(selector?: string): Cheerio; parents(selector?: string): Cheerio;