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.
2 parents a9d65b8 + 4f0a2e2 commit 36b49c0Copy full SHA for 36b49c0
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