_.VERSION source
_.range([start=0], end, [step=1])
_.pick(object, [paths])
_.snakeCase([string=''])
_.dropRight(array, [n=1])
_.updateWith(object, path, updater, [customizer])
_.minBy(array, [iteratee=_.identity])
_.indexOf(array, value, [fromIndex=0])
_.isDate(value) source
_.template([string=''], [options={}])
Page 9 of 32