mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-05 16:10:11 +08:00
Updated Cheerio Element definition according to doc
This commit is contained in:
Vendored
+6
-1
@@ -244,10 +244,15 @@ interface CheerioElement {
|
||||
name: string;
|
||||
attribs: Object;
|
||||
children: CheerioElement[];
|
||||
childNodes: CheerioElement[];
|
||||
lastChild: CheerioElement;
|
||||
next: CheerioElement;
|
||||
nextSibling: CheerioElement;
|
||||
prev: CheerioElement;
|
||||
previousSibling: CheerioElement;
|
||||
parent: CheerioElement;
|
||||
root: CheerioElement;
|
||||
parentNode: CheerioElement;
|
||||
nodeValue: string;
|
||||
}
|
||||
|
||||
interface CheerioAPI extends CheerioSelector {
|
||||
|
||||
Reference in New Issue
Block a user