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 252c369 commit c838d5dCopy full SHA for c838d5d
lib/utils.d.ts
@@ -6,7 +6,7 @@ declare class CSInterface extends CSInterfaceBase {
6
*
7
* @return {Promise<*>}
8
*/
9
- evalScript(script: string, ...args: any): Promise<any>;
+ evalScript(script: string, ...args: unknown[]): Promise<any>;
10
}
11
export { CSInterface };
12
export default CSInterface;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "csinterface",
3
- "version": "0.1.8",
+ "version": "0.1.9",
4
"description": "TypeScript version of Adobe CSInterface",
5
"main": "lib/index.js",
"types" : "lib/index.d.ts",
0 commit comments