Closed
Description
I expect the return type of Function.prototype.bind
should be Function but it's any.
bind(this: Function, thisArg: any, ...argArray: any[]): any;
Can anyone help me about this question?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment