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 ced4c00 commit 4f0a2e2Copy full SHA for 4f0a2e2
lib/lib.d.ts
@@ -265,7 +265,7 @@ interface Function {
265
* @param thisArg The object to be used as the this object.
266
* @param argArray A set of arguments to be passed to the function.
267
*/
268
- apply(this: Function, thisArg: any, argArray?: any): any;
+ apply(this: Function, thisArg: any, argArray?: Readonly<ArrayLike<any>>): any;
269
270
/**
271
* Calls a method of an object, substituting another object for the current object.
0 commit comments