mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
change return type of data() to any
This commit is contained in:
Vendored
+1
-1
@@ -16,7 +16,7 @@ interface Cheerio {
|
||||
attr(name: string): string;
|
||||
attr(name: string, value: any): Cheerio;
|
||||
|
||||
data(): Object;
|
||||
data(): any;
|
||||
|
||||
val(): string;
|
||||
val(value: string): Cheerio;
|
||||
|
||||
Reference in New Issue
Block a user