Skip to content

Commit 7060f51

Browse files
falsandtrumhegazy
authored andcommitted
Fix the Function interface (#11269) (#11293)
1 parent e9242b1 commit 7060f51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/lib.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,9 @@ interface Function {
260260
*/
261261
bind(this: Function, thisArg: any, ...argArray: any[]): any;
262262

263+
/** Returns a string representation of an object. */
264+
toString(): string;
265+
263266
prototype: any;
264267
readonly length: number;
265268

0 commit comments

Comments
 (0)