mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-08 02:46:15 -05:00
Port fix in https://github.com/Microsoft/TypeScript/pull/11293 to correct file
This commit is contained in:
3
src/lib/es5.d.ts
vendored
3
src/lib/es5.d.ts
vendored
@@ -244,6 +244,9 @@ interface Function {
|
||||
*/
|
||||
bind(this: Function, thisArg: any, ...argArray: any[]): any;
|
||||
|
||||
/** Returns a string representation of a function. */
|
||||
toString(): string;
|
||||
|
||||
prototype: any;
|
||||
readonly length: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user