Makes an object callable.
Returns a resulting object such that when the object is called, the provided function is invoked. The rest of the resulting object is proxied to the original object provided.
Generated using TypeDoc
Makes an object callable.
Returns a resulting object such that when the object is called, the provided function is invoked. The rest of the resulting object is proxied to the original object provided.