Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lodash/lodash
/ functions
Functions
2,270 in github.com/lodash/lodash
⨍
Functions
2,270
◇
Types & classes
0
↓ 4 callers
Function
yu
(n,t,r,e)
npm-package/lodash.min.js:47
↓ 4 callers
Function
ze
(n,t,r,e,u)
npm-package/lodash.min.js:36
↓ 4 callers
Function
zr
(n,t,r)
npm-package/lodash.min.js:29
↓ 3 callers
Function
$e
(n)
npm-package/lodash.min.js:39
↓ 3 callers
Function
Ci
(n,t)
npm-package/lodash.min.js:69
↓ 3 callers
Function
J
(n,t)
npm-package/core.min.js:16
↓ 3 callers
Function
Lf
(n)
npm-package/lodash.min.js:88
↓ 3 callers
Function
O
(n,t)
npm-package/lodash.min.js:13
↓ 3 callers
Function
Ou
(n)
npm-package/lodash.min.js:49
↓ 3 callers
Function
We
(n,t,r,e)
npm-package/lodash.min.js:38
↓ 3 callers
Function
Xe
(n,t)
npm-package/lodash.min.js:43
↓ 3 callers
Function
Ye
(n,t,r,e)
npm-package/lodash.min.js:42
↓ 3 callers
Function
_
(n,t)
npm-package/core.min.js:10
↓ 3 callers
Function
_i
(n)
npm-package/lodash.min.js:65
↓ 3 callers
Function
arrayFilter
* A specialized version of `_.filter` for arrays without support for * iteratee shorthands. * * @private * @param {Array} [array] The arra
lodash.js:574
↓ 3 callers
Function
baseAry
* Creates a function that invokes `func`, with up to `n` arguments, ignoring * any additional arguments. * * @private * @param {Function} func The
npm-package/fp/_baseConvert.js:31
↓ 3 callers
Function
baseAry
* Creates a function that invokes `func`, with up to `n` arguments, ignoring * any additional arguments. * * @private * @param {Function} func The
fp/_baseConvert.js:31
↓ 3 callers
Function
baseConvert
* The base implementation of `convert` which accepts a `util` object of methods * required to perform conversions. * * @param {Object} util The uti
npm-package/fp/_baseConvert.js:138
↓ 3 callers
Function
baseConvert
* The base implementation of `convert` which accepts a `util` object of methods * required to perform conversions. * * @param {Object} util The uti
fp/_baseConvert.js:138
↓ 3 callers
Function
baseDelay
* The base implementation of `_.delay` and `_.defer` which accepts `args` * to provide to `func`. * * @private * @param {Function} func Th
npm-package/core.js:443
↓ 3 callers
Function
baseFilter
* The base implementation of `_.filter` without support for iteratee shorthands. * * @private * @param {Array|Object} collection The collecti
npm-package/core.js:515
↓ 3 callers
Function
baseFunctions
* The base implementation of `_.functions` which creates an array of * `object` function property names filtered from `props`. * * @pri
lodash.js:3014
↓ 3 callers
Function
baseFunctions
* The base implementation of `_.functions` which creates an array of * `object` function property names filtered from `props`. * * @pri
npm-package/lodash.js:3014
↓ 3 callers
Function
baseIsArguments
* The base implementation of `_.isArguments`. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `tr
npm-package/lodash.js:3227
↓ 3 callers
Function
baseIsMatch
* The base implementation of `_.isMatch` without support for iteratee shorthands. * * @private * @param {Object} object The object to i
lodash.js:3357
↓ 3 callers
Function
baseIsNative
* The base implementation of `_.isNative` without bad shim checks. * * @private * @param {*} value The value to check. * @returns
lodash.js:3409
↓ 3 callers
Function
baseKeys
* The base implementation of `_.keys` which doesn't treat sparse arrays as dense. * * @private * @param {Object} object The object to q
lodash.js:3482
↓ 3 callers
Function
baseMatches
* The base implementation of `_.matches` which doesn't clone `source`. * * @private * @param {Object} source The object of property values to
npm-package/core.js:800
↓ 3 callers
Function
baseProperty
* The base implementation of `_.property` without support for deep paths. * * @private * @param {string} key The key of the property to get.
lodash.js:878
↓ 3 callers
Function
baseProperty
* The base implementation of `_.property` without support for deep paths. * * @private * @param {string} key The key of the property to get.
npm-package/lodash.js:878
↓ 3 callers
Function
basePullAll
* The base implementation of `_.pullAllBy` without support for iteratee * shorthands. * * @private * @param {Array} array The arra
lodash.js:3814
↓ 3 callers
Function
baseRandom
* The base implementation of `_.random` without support for returning * floating-point numbers. * * @private * @param {number} low
lodash.js:3877
↓ 3 callers
Function
baseSortedIndexBy
* The base implementation of `_.sortedIndexBy` and `_.sortedLastIndexBy` * which invokes `iteratee` for `value` and each element of `array` to co
lodash.js:4148
↓ 3 callers
Function
baseSum
* The base implementation of `_.sum` and `_.sumBy` without support for * iteratee shorthands. * * @private * @param {Array} array The arra
lodash.js:948
↓ 3 callers
Function
baseTimes
* The base implementation of `_.times` without support for iteratee shorthands * or max array length checks. * * @private * @param {number
lodash.js:971
↓ 3 callers
Function
baseUnset
* The base implementation of `_.unset`. * * @private * @param {Object} object The object to modify. * @param {Array|string} path T
lodash.js:4329
↓ 3 callers
Function
baseValues
* The base implementation of `_.values` and `_.valuesIn` which creates an * array of `object` property values corresponding to the property names
lodash.js:1019
↓ 3 callers
Function
baseValues
* The base implementation of `_.values` and `_.valuesIn` which creates an * array of `object` property values corresponding to the property names
npm-package/lodash.js:1019
↓ 3 callers
Function
baseWrapperValue
* The base implementation of `wrapperValue` which returns the result of * performing a sequence of actions on the unwrapped `value`, where each
npm-package/core.js:922
↓ 3 callers
Function
castFunction
* Casts `value` to `identity` if it's not a function. * * @private * @param {*} value The value to inspect. * @returns {Function}
lodash.js:4463
↓ 3 callers
Function
cloneArrayBuffer
* Creates a clone of `arrayBuffer`. * * @private * @param {ArrayBuffer} arrayBuffer The array buffer to clone. * @returns {ArrayBu
lodash.js:4544
↓ 3 callers
Function
constant
* Creates a function that returns `value`. * * @static * @memberOf _ * @since 2.4.0 * @category Util * @param {*} value
npm-package/lodash.js:15416
↓ 3 callers
Function
createBaseEach
* Creates a `baseEach` or `baseEachRight` function. * * @private * @param {Function} eachFunc The function to iterate over a collection. *
npm-package/core.js:1039
↓ 3 callers
Function
createBaseFor
* Creates a base function for methods like `_.forIn` and `_.forOwn`. * * @private * @param {boolean} [fromRight] Specify iterating from right
npm-package/core.js:1067
↓ 3 callers
Function
createCaseFirst
* Creates a function like `_.lowerFirst`. * * @private * @param {string} methodName The name of the `String` case method to use. *
npm-package/lodash.js:4961
↓ 3 callers
Function
createFind
* Creates a `_.find` or `_.findLast` function. * * @private * @param {Function} findIndexFunc The function to find the collection index. *
npm-package/core.js:1114
↓ 3 callers
Function
createFlow
* Creates a `_.flow` or `_.flowRight` function. * * @private * @param {boolean} [fromRight] Specify iterating from right to left.
npm-package/lodash.js:5091
↓ 3 callers
Function
createInverter
* Creates a function like `_.invertBy`. * * @private * @param {Function} setter The function to set accumulator values. * @param {
npm-package/lodash.js:5226
↓ 3 callers
Function
createPadding
* Creates the padding for `string` based on `length`. The `chars` string * is truncated if the number of characters exceeds `length`. *
lodash.js:5294
↓ 3 callers
Function
createRange
* Creates a `_.range` or `_.rangeRight` function. * * @private * @param {boolean} [fromRight] Specify iterating from right to left.
npm-package/lodash.js:5349
↓ 3 callers
Function
createRecurry
* Creates a function that wraps `func` to continue currying. * * @private * @param {Function} func The function to wrap. * @param
npm-package/lodash.js:5401
↓ 3 callers
Function
createToPairs
* Creates a `_.toPairs` or `_.toPairsIn` function. * * @private * @param {Function} keysFunc The function to get the keys of a given ob
npm-package/lodash.js:5470
↓ 3 callers
Function
curry
* Creates a function that accepts arguments of `func` and either invokes * `func` returning its result, if at least `arity` number of arguments h
lodash.js:10224
↓ 3 callers
Function
curry
* Creates a function that accepts arguments of `func` and either invokes * `func` returning its result, if at least `arity` number of arguments have
npm-package/curry.js:47
↓ 3 callers
Function
di
(n)
npm-package/lodash.min.js:65
↓ 3 callers
Function
e
(n,t,r,e,u)
npm-package/core.min.js:6
↓ 3 callers
Function
equalArrays
* A specialized version of `baseIsEqualDeep` for arrays with support for * partial deep comparisons. * * @private * @param {Array} array T
npm-package/core.js:1178
↓ 3 callers
Function
flatRest
* A specialized version of `baseRest` which flattens the rest array. * * @private * @param {Function} func The function to apply a rest
lodash.js:5862
↓ 3 callers
Function
flatRest
* A specialized version of `baseRest` which flattens the rest array. * * @private * @param {Function} func The function to apply a rest
npm-package/lodash.js:5862
↓ 3 callers
Function
g
(n)
npm-package/core.min.js:10
↓ 3 callers
Function
gc
(n)
npm-package/lodash.min.js:94
↓ 3 callers
Function
getMatchData
* Gets the property names, values, and compare flags of `object`. * * @private * @param {Object} object The object to query. * @re
lodash.js:5973
↓ 3 callers
Function
invokeFunc
(time)
lodash.js:10353
↓ 3 callers
Function
invokeFunc
(time)
npm-package/debounce.js:89
↓ 3 callers
Function
invokeFunc
(time)
npm-package/lodash.js:10353
↓ 3 callers
Function
isError
* Checks if `value` is an `Error`, `EvalError`, `RangeError`, `ReferenceError`, * `SyntaxError`, `TypeError`, or `URIError` object. * *
lodash.js:11617
↓ 3 callers
Function
isEven
(n)
test/test-fp.js:25
↓ 3 callers
Function
isKey
* Checks if `value` is a property name and not a property path. * * @private * @param {*} value The value to check. * @param {Obje
lodash.js:6324
↓ 3 callers
Function
isLength
* Checks if `value` is a valid array-like length. * * **Note:** This method is loosely based on * [`ToLength`](http://ecma-internationa
lodash.js:11739
↓ 3 callers
Function
isLength
* Checks if `value` is a valid array-like length. * * **Note:** This method is loosely based on * [`ToLength`](http://ecma-internationa
npm-package/lodash.js:11739
↓ 3 callers
Function
isString
* Checks if `value` is classified as a `String` primitive or object. * * @static * @since 0.1.0 * @memberOf _ * @category Lan
lodash.js:12161
↓ 3 callers
Function
isString
* Checks if `value` is classified as a `String` primitive or object. * * @static * @since 0.1.0 * @memberOf _ * @category Lan
npm-package/lodash.js:12161
↓ 3 callers
Function
k
(n,t)
npm-package/lodash.min.js:12
↓ 3 callers
Function
last
* Gets the last element of `array`. * * @static * @memberOf _ * @since 0.1.0 * @category Array * @param {Array} array Th
lodash.js:7631
↓ 3 callers
Function
last
* Gets the last element of `array`. * * @static * @memberOf _ * @since 0.1.0 * @category Array * @param {Array} array Th
npm-package/lodash.js:7631
↓ 3 callers
Function
lu
(n,t,r,e)
npm-package/lodash.min.js:45
↓ 3 callers
Function
m
(n)
npm-package/lodash.min.js:12
↓ 3 callers
Function
map
* Creates an array of values by running each element in `collection` thru * `iteratee`. The iteratee is invoked with three arguments: * (value, inde
npm-package/map.js:48
↓ 3 callers
Function
map
* Creates an array of values by running each element in `collection` thru * `iteratee`. The iteratee is invoked with three arguments: * (val
npm-package/lodash.js:9578
↓ 3 callers
Function
mi
(n)
npm-package/lodash.min.js:66
↓ 3 callers
Function
mo
(n)
npm-package/lodash.min.js:77
↓ 3 callers
Function
negate
* Creates a function that negates the result of the predicate `func`. The * `func` predicate is invoked with the `this` binding and arguments of
npm-package/lodash.js:10609
↓ 3 callers
Function
ni
(n,t)
npm-package/lodash.min.js:58
↓ 3 callers
Function
o
(n,t)
npm-package/lodash.min.js:10
↓ 3 callers
Function
overArg
* Creates a unary function that invokes `func` with its argument transformed. * * @private * @param {Function} func The function to wrap.
npm-package/core.js:198
↓ 3 callers
Function
p
(n,r,e,u,o)
npm-package/core.min.js:7
↓ 3 callers
Function
r
(n)
npm-package/core.min.js:6
↓ 3 callers
Function
replaceHolders
* Replaces all `placeholder` elements in `array` with an internal placeholder * and returns an array of their indexes. * * @private * @par
lodash.js:1211
↓ 3 callers
Function
shortOut
* Creates a function that'll short out and invoke `identity` instead * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN` *
npm-package/lodash.js:6705
↓ 3 callers
Function
transform
* An alternative to `_.reduce`; this method transforms `object` to a new * `accumulator` object which is the result of running each of its own
lodash.js:13814
↓ 3 callers
Function
uc
(n)
npm-package/lodash.min.js:92
↓ 3 callers
Function
v
(n,t,r)
npm-package/lodash.min.js:11
↓ 3 callers
Function
vf
(n,t)
npm-package/lodash.min.js:84
↓ 3 callers
Function
vu
(n,t)
npm-package/lodash.min.js:47
↓ 3 callers
Function
xu
(n)
npm-package/lodash.min.js:48
↓ 3 callers
Function
z
(n,t)
npm-package/lodash.min.js:13
↓ 2 callers
Function
$c
(n,t,r)
npm-package/lodash.min.js:96
↓ 2 callers
Function
A
(n)
npm-package/core.min.js:11
↓ 2 callers
Function
Ar
(n,t)
npm-package/lodash.min.js:28
↓ 2 callers
Function
Bi
(n)
npm-package/lodash.min.js:69
← previous
next →
301–400 of 2,270, ranked by callers