1.1.4 • Published 4 years ago

ovt-plugin-lodash v1.1.4

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

Ovt Plugin for lodash

Build Status

Extended methods:

### Array
# chunk
# compact
# concat
# difference
# differenceBy
# differenceWith
# drop
# dropRight
# dropRightWhile
# dropWhile
# fill
# findIndex
# findLastIndex
# first
# flatten
# flattenDeep
# flattenDepth
# fromPairs
# head
# indexOf
# initial
# intersection
# intersectionBy
# intersectionWith
# join
# last
# lastIndexOf
# pull
# pullAll
# pullAllBy
# pullAllWith
# pullAt
# remove
# reverse
# slice
# sortedIndex
# sortedIndexBy
# sortedIndexOf
# sortedLastIndex
# sortedLastIndexBy
# sortedLastIndexOf
# sortedUniq
# sortedUniqBy
# tail
# take
# takeRight
# takeRightWhile
# takeWhile
# union
# unionBy
# unionWith
# uniq
# uniqBy
# uniqWith
# unzip
# unzipWith
# without
# xor
# xorBy
# xorWith
# zip
# zipObject
# zipObjectDeep
# zipWith
# countBy
# each
# forEach
# eachRight
# forEachRight
# every
# filter
# find
# findLast
# flatMap
# forEach
# forEachRight
# groupBy
# includes
# invokeMap
# keyBy
# map
# orderBy
# partition
# reduce
# reduceRight
# reject
# sample
# sampleSize
# shuffle
# size
# some
# sortBy
# max
# mean
# min
# sum

### Number
# add
# ceil
# floor
# round
# subtract
# clamp
# rando
# inRange
# isInteger
# gt
# gte
# lt
# lte

### Object
# countBy
# each
# forEach
# eachRight
# forEachRight
# every
# filter
# find
# findLast
# flatMap
# forEach
# forEachRight
# groupBy
# includes
# invokeMap
# keyBy
# map
# orderBy
# partition
# reduce
# reduceRight
# reject
# sample
# sampleSize
# shuffle
# size
# some
# sortBy

### String
# camelCase
# capitalize
# deburr
# endsWith
# escape
# escapeRegExp
# kebabCase
# lowerCase
# lowerFirst
# pad
# padEnd
# padStart
# parseInt
# repeat
# replace
# snakeCase
# split
# startCase
# startsWith
# template
# toLower
# toUpper
# trim
# trimEnd
# trimStart
# truncate
# unescape
# upperCase
# upperFirst
# words
1.1.4

4 years ago

1.1.3

5 years ago

1.1.2

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

8 years ago