_.uniqBy(array, [iteratee=_.identity])
_.escape([string=''])
_.padEnd([string=''], [length=0], [chars=' '])
_.drop(array, [n=1])
_.includes(collection, value, [fromIndex=0])
_.mixin([object=lodash], source, [options={}])
_.isRegExp(value)
_.toNumber(value)
_.pull(array, [values])
_.isEqual(value, other)
Page 30 of 32