Cheerio: Missing function definition "contents()"

See api documentation : https://github.com/cheeriojs/cheerio#contents
This commit is contained in:
Guillaume Mouron
2015-08-08 19:55:35 +02:00
parent 8de599097a
commit e514901e94
+2
View File
@@ -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;