[jsdom] runVMScript should return any

This commit is contained in:
Simen Bekkhus
2019-02-28 19:39:59 +01:00
committed by GitHub
parent 8627ff6e07
commit 97221d3152
+1 -1
View File
@@ -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;
}