We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fc7df commit 252c369Copy full SHA for 252c369
src/utils.ts
@@ -16,7 +16,7 @@ class CSInterface extends CSInterfaceBase {
16
*
17
* @return {Promise<*>}
18
*/
19
- evalScript(script: string, ...args: any): Promise<any>;
+ evalScript(script: string, ...args: unknown[]): Promise<any>;
20
evalScript(script: string, callback?: (result?: any) => void): Promise<any> {
21
/**
22
* @param {*} value
0 commit comments