_.overArgs()
_.overArgs(func, [transforms=[_.identity]])
Creates a function that invokes func with its arguments transformed.
Arguments
func (Function): The function to wrap.
[transforms=[_.identity]] (...(Function|Function[])): The argument transforms.
Returns
(Function):Returns the new function.