How do I bind a function to have a specific `this` type?
I’m trying to create a generic bind
function for TypeScript that will apply a function with any number of parameters to a specific this
value.
I’m trying to create a generic bind
function for TypeScript that will apply a function with any number of parameters to a specific this
value.