_.rest(func, [start=func.length-1])
_.ary(func, [n=func.length])
_.throttle(func, [wait=0], [options={}])
_.debounce(func, [wait=0], [options={}])
_.before(n, func)
_.defer(func, [args])
_.overArgs(func, [transforms=[_.identity]])
_.rearg(func, indexes)
_.spread(func, [start=0])
_.after(n, func) source
Page 1 of 3