Creates a function that invokes the method at path on a given object. Any additional arguments are provided to the invoked method.
The path of the method to invoke.
Rest
The arguments to invoke the method with.
Returns the new function.
Creates a function that invokes the method at path on a given object. Any additional arguments are provided to the invoked method.