mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-17 01:49:41 -05:00
committed by
Mohamed Hegazy
parent
e9242b1681
commit
7060f51fb2
3
lib/lib.d.ts
vendored
3
lib/lib.d.ts
vendored
@@ -260,6 +260,9 @@ interface Function {
|
||||
*/
|
||||
bind(this: Function, thisArg: any, ...argArray: any[]): any;
|
||||
|
||||
/** Returns a string representation of an object. */
|
||||
toString(): string;
|
||||
|
||||
prototype: any;
|
||||
readonly length: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user