_.isTypedArray(value)
_.assignWith(object, sources, [customizer])
_.minBy(array, [iteratee=_.identity])
_.forEachRight(collection, [iteratee=_.identity])
_.dropRight(array, [n=1])
_.snakeCase([string=''])
_.subtract(minuend, subtrahend)
_.VERSION source
_.cond(pairs) source
_.isNil(value) source
Page 12 of 32