Skip to content

The return type of Function.prototype.bind #23361

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

Metadata

Assignees

No one assigned

    Labels

    DuplicateAn existing issue was already created

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions