mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #5279 from GMouron/master
Cheerio: Missing function definition "contents()"
This commit is contained in:
Vendored
+2
@@ -74,6 +74,8 @@ interface Cheerio {
|
||||
|
||||
children(selector?: string): Cheerio;
|
||||
|
||||
contents(): Cheerio;
|
||||
|
||||
each(func: (index: number, element: CheerioElement) => any): Cheerio;
|
||||
map(func: (index: number, element: CheerioElement) => any): Cheerio;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user