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