Merge pull request #5279 from GMouron/master

Cheerio: Missing function definition "contents()"
This commit is contained in:
Masahiro Wakame
2015-08-13 23:03:50 +09:00
+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;