mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
[jsdom] runVMScript should return any
This commit is contained in:
Vendored
+1
-1
@@ -41,7 +41,7 @@ export class JSDOM {
|
||||
* Behind the scenes, a jsdom Window is indeed a VM context.
|
||||
* To get access to this ability, use the runVMScript() method.
|
||||
*/
|
||||
runVMScript(script: Script): void;
|
||||
runVMScript(script: Script): any;
|
||||
|
||||
reconfigure(settings: ReconfigureSettings): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user