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
Function
some
* Checks if `predicate` returns truthy for **any** element of `collection`. * Iteration is stopped once `predicate` returns truthy. The predicate
lodash.js:9918
Function
some
* Checks if `predicate` returns truthy for **any** element of `collection`. * Iteration is stopped once `predicate` returns truthy. The predicate i
npm-package/core.js:2167
Function
some
* Checks if `predicate` returns truthy for **any** element of `collection`. * Iteration is stopped once `predicate` returns truthy. The predicate
npm-package/lodash.js:9918
Function
some
* Checks if `predicate` returns truthy for **any** element of `collection`. * Iteration is stopped once `predicate` returns truthy. The predicate is
npm-package/some.js:43
Function
sortBy
* Creates an array of elements, sorted in ascending order by the results of * running each element in a collection thru each iteratee. This method
npm-package/core.js:2201
Function
sortedIndex
* Uses a binary search to determine the lowest index at which `value` * should be inserted into `array` in order to maintain its sort order.
lodash.js:7966
Function
sortedIndex
* Uses a binary search to determine the lowest index at which `value` * should be inserted into `array` in order to maintain its sort order. * * @s
npm-package/sortedIndex.js:20
Function
sortedIndex
* Uses a binary search to determine the lowest index at which `value` * should be inserted into `array` in order to maintain its sort order.
npm-package/lodash.js:7966
Function
sortedIndexBy
* This method is like `_.sortedIndex` except that it accepts `iteratee` * which is invoked for `value` and each element of `array` to compute the
lodash.js:7995
Function
sortedIndexBy
* This method is like `_.sortedIndex` except that it accepts `iteratee` * which is invoked for `value` and each element of `array` to compute their
npm-package/sortedIndexBy.js:29
Function
sortedIndexBy
* This method is like `_.sortedIndex` except that it accepts `iteratee` * which is invoked for `value` and each element of `array` to compute the
npm-package/lodash.js:7995
Function
sortedIndexOf
* This method is like `_.indexOf` except that it performs a binary * search on a sorted `array`. * * @static * @memberOf _ *
lodash.js:8015
Function
sortedIndexOf
* This method is like `_.indexOf` except that it performs a binary * search on a sorted `array`. * * @static * @memberOf _ *
npm-package/lodash.js:8015
Function
sortedIndexOf
* This method is like `_.indexOf` except that it performs a binary * search on a sorted `array`. * * @static * @memberOf _ * @since 4.0.0 * @cat
npm-package/sortedIndexOf.js:20
Function
sortedLastIndex
* This method is like `_.sortedIndex` except that it returns the highest * index at which `value` should be inserted into `array` in order to
lodash.js:8044
Function
sortedLastIndex
* This method is like `_.sortedIndex` except that it returns the highest * index at which `value` should be inserted into `array` in order to * main
npm-package/sortedLastIndex.js:21
Function
sortedLastIndex
* This method is like `_.sortedIndex` except that it returns the highest * index at which `value` should be inserted into `array` in order to
npm-package/lodash.js:8044
Function
sortedLastIndexBy
* This method is like `_.sortedLastIndex` except that it accepts `iteratee` * which is invoked for `value` and each element of `array` to compute
lodash.js:8073
Function
sortedLastIndexBy
* This method is like `_.sortedLastIndex` except that it accepts `iteratee` * which is invoked for `value` and each element of `array` to compute the
npm-package/sortedLastIndexBy.js:29
Function
sortedLastIndexBy
* This method is like `_.sortedLastIndex` except that it accepts `iteratee` * which is invoked for `value` and each element of `array` to compute
npm-package/lodash.js:8073
Function
sortedLastIndexOf
* This method is like `_.lastIndexOf` except that it performs a binary * search on a sorted `array`. * * @static * @memberOf _
lodash.js:8093
Function
sortedLastIndexOf
* This method is like `_.lastIndexOf` except that it performs a binary * search on a sorted `array`. * * @static * @memberOf _ * @since 4.0.0 *
npm-package/sortedLastIndexOf.js:20
Function
sortedLastIndexOf
* This method is like `_.lastIndexOf` except that it performs a binary * search on a sorted `array`. * * @static * @memberOf _
npm-package/lodash.js:8093
Function
sortedUniq
* This method is like `_.uniq` except that it's designed and optimized * for sorted arrays. * * @static * @memberOf _ * @sinc
lodash.js:8119
Function
sortedUniq
* This method is like `_.uniq` except that it's designed and optimized * for sorted arrays. * * @static * @memberOf _ * @since 4.0.0 * @category
npm-package/sortedUniq.js:18
Function
sortedUniq
* This method is like `_.uniq` except that it's designed and optimized * for sorted arrays. * * @static * @memberOf _ * @sinc
npm-package/lodash.js:8119
Function
sortedUniqBy
* This method is like `_.uniqBy` except that it's designed and optimized * for sorted arrays. * * @static * @memberOf _ * @si
lodash.js:8141
Function
sortedUniqBy
* This method is like `_.uniqBy` except that it's designed and optimized * for sorted arrays. * * @static * @memberOf _ * @since 4.0.0 * @catego
npm-package/sortedUniqBy.js:20
Function
sortedUniqBy
* This method is like `_.uniqBy` except that it's designed and optimized * for sorted arrays. * * @static * @memberOf _ * @si
npm-package/lodash.js:8141
Function
split
* Splits `string` by `separator`. * * **Note:** This method is based on * [`String#split`](https://mdn.io/String/split). * *
lodash.js:14613
Function
split
* Splits `string` by `separator`. * * **Note:** This method is based on * [`String#split`](https://mdn.io/String/split). * *
npm-package/lodash.js:14613
Function
split
* Splits `string` by `separator`. * * **Note:** This method is based on * [`String#split`](https://mdn.io/String/split). * * @static * @memberOf
npm-package/split.js:31
Function
spread
* Creates a function that invokes `func` with the `this` binding of the * create function and an array of arguments much like * [`Function#apply`](h
npm-package/spread.js:47
Function
spread
* Creates a function that invokes `func` with the `this` binding of the * create function and an array of arguments much like * [`Function#a
npm-package/lodash.js:10863
Function
sr
(n)
npm-package/lodash.min.js:27
Function
stackClear
* Removes all key-value entries from the stack. * * @private * @name clear * @memberOf Stack
lodash.js:2292
Function
stackClear
* Removes all key-value entries from the stack. * * @private * @name clear * @memberOf Stack
npm-package/lodash.js:2292
Function
stackClear
* Removes all key-value entries from the stack. * * @private * @name clear * @memberOf Stack
npm-package/_stackClear.js:10
Function
stackDelete
* Removes `key` and its value from the stack. * * @private * @name delete * @memberOf Stack * @param {string} key The key of
lodash.js:2306
Function
stackDelete
* Removes `key` and its value from the stack. * * @private * @name delete * @memberOf Stack * @param {string} key The key of the value to remove.
npm-package/_stackDelete.js:10
Function
stackDelete
* Removes `key` and its value from the stack. * * @private * @name delete * @memberOf Stack * @param {string} key The key of
npm-package/lodash.js:2306
Function
stackGet
* Gets the stack value for `key`. * * @private * @name get * @memberOf Stack * @param {string} key The key of the value to ge
lodash.js:2323
Function
stackGet
* Gets the stack value for `key`. * * @private * @name get * @memberOf Stack * @param {string} key The key of the value to ge
npm-package/lodash.js:2323
Function
stackGet
* Gets the stack value for `key`. * * @private * @name get * @memberOf Stack * @param {string} key The key of the value to get. * @returns {*} R
npm-package/_stackGet.js:10
Function
stackHas
* Checks if a stack value for `key` exists. * * @private * @name has * @memberOf Stack * @param {string} key The key of the e
lodash.js:2336
Function
stackHas
* Checks if a stack value for `key` exists. * * @private * @name has * @memberOf Stack * @param {string} key The key of the e
npm-package/lodash.js:2336
Function
stackHas
* Checks if a stack value for `key` exists. * * @private * @name has * @memberOf Stack * @param {string} key The key of the entry to check. * @r
npm-package/_stackHas.js:10
Function
stackSet
* Sets the stack `key` to `value`. * * @private * @name set * @memberOf Stack * @param {string} key The key of the value to s
lodash.js:2350
Function
stackSet
* Sets the stack `key` to `value`. * * @private * @name set * @memberOf Stack * @param {string} key The key of the value to set. * @param {*} va
npm-package/_stackSet.js:18
Function
stackSet
* Sets the stack `key` to `value`. * * @private * @name set * @memberOf Stack * @param {string} key The key of the value to s
npm-package/lodash.js:2350
Function
startsWith
* Checks if `string` starts with the given target string. * * @static * @memberOf _ * @since 3.0.0 * @category String *
lodash.js:14682
Function
startsWith
* Checks if `string` starts with the given target string. * * @static * @memberOf _ * @since 3.0.0 * @category String * @param {string} [string=
npm-package/startsWith.js:29
Function
startsWith
* Checks if `string` starts with the given target string. * * @static * @memberOf _ * @since 3.0.0 * @category String *
npm-package/lodash.js:14682
Function
strictIndexOf
* A specialized version of `_.indexOf` which performs strict equality * comparisons of values, i.e. `===`. * * @private * @param {Array} array The
npm-package/_strictIndexOf.js:11
Function
strictLastIndexOf
* A specialized version of `_.lastIndexOf` which performs strict equality * comparisons of values, i.e. `===`. * * @private * @param {Array} array
npm-package/_strictLastIndexOf.js:11
Function
stringSize
* Gets the number of symbols in `string`. * * @private * @param {string} string The string to inspect. * @returns {number} Returns the string size
npm-package/_stringSize.js:12
Function
stringToArray
* Converts `string` to an array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the converted array.
npm-package/_stringToArray.js:12
Function
stubA
()
test/test.js:92
Function
stubArray
* This method returns a new empty array. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {Array} R
lodash.js:16064
Function
stubArray
* This method returns a new empty array. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {Array} R
npm-package/lodash.js:16064
Function
stubArray
* This method returns a new empty array. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {Array} Returns the new empty arr
npm-package/stubArray.js:19
Function
stubArray
()
test/test.js:108
Function
stubB
()
test/test.js:93
Function
stubC
()
test/test.js:94
Function
stubFalse
* This method returns `false`. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {boolean} Returns `
lodash.js:16081
Function
stubFalse
* This method returns `false`. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {boolean} Returns `false`. * @example *
npm-package/stubFalse.js:14
Function
stubFalse
* This method returns `false`. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {boolean} Returns `
npm-package/lodash.js:16081
Function
stubFalse
()
test/test.js:97
Function
stubFour
()
test/test.js:106
Function
stubNaN
()
test/test.js:99
Function
stubNull
()
test/test.js:100
Function
stubObject
* This method returns a new empty object. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {Object}
lodash.js:16103
Function
stubObject
* This method returns a new empty object. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {Object}
npm-package/lodash.js:16103
Function
stubObject
* This method returns a new empty object. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {Object} Returns the new empty o
npm-package/stubObject.js:19
Function
stubObject
()
test/test.js:109
Function
stubOne
()
test/test.js:103
Function
stubString
* This method returns an empty string. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {string} Re
lodash.js:16120
Function
stubString
* This method returns an empty string. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {string} Re
npm-package/lodash.js:16120
Function
stubString
* This method returns an empty string. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {string} Returns the empty string.
npm-package/stubString.js:14
Function
stubString
()
test/test.js:110
Function
stubThree
()
test/test.js:105
Function
stubTrue
* This method returns `true`. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {boolean} Returns `t
lodash.js:16137
Function
stubTrue
* This method returns `true`. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {boolean} Returns `true`. * @example * *
npm-package/stubTrue.js:14
Function
stubTrue
* This method returns `true`. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {boolean} Returns `t
npm-package/lodash.js:16137
Function
stubTrue
()
test/test.js:96
Function
stubTwo
()
test/test.js:104
Function
stubZero
()
test/test.js:102
Function
sum
* Computes the sum of the values in `array`. * * @static * @memberOf _ * @since 3.4.0 * @category Math * @param {Array}
lodash.js:16536
Function
sum
* Computes the sum of the values in `array`. * * @static * @memberOf _ * @since 3.4.0 * @category Math * @param {Array} array The array to itera
npm-package/sum.js:18
Function
sum
* Computes the sum of the values in `array`. * * @static * @memberOf _ * @since 3.4.0 * @category Math * @param {Array}
npm-package/lodash.js:16536
Function
sumBy
* This method is like `_.sum` except that it accepts `iteratee` which is * invoked for each element in `array` to generate the value to be summed
lodash.js:16565
Function
sumBy
* This method is like `_.sum` except that it accepts `iteratee` which is * invoked for each element in `array` to generate the value to be summed. *
npm-package/sumBy.js:27
Function
sumBy
* This method is like `_.sum` except that it accepts `iteratee` which is * invoked for each element in `array` to generate the value to be summed
npm-package/lodash.js:16565
Function
ta
(n)
npm-package/lodash.min.js:99
Function
tail
* Gets all but the first element of `array`. * * @static * @memberOf _ * @since 4.0.0 * @category Array * @param {Array}
lodash.js:8161
Function
tail
* Gets all but the first element of `array`. * * @static * @memberOf _ * @since 4.0.0 * @category Array * @param {Array} array The array to quer
npm-package/tail.js:17
Function
tail
* Gets all but the first element of `array`. * * @static * @memberOf _ * @since 4.0.0 * @category Array * @param {Array}
npm-package/lodash.js:8161
Function
take
* Creates a slice of `array` with `n` elements taken from the beginning. * * @static * @memberOf _ * @since 0.1.0 * @category
lodash.js:8191
Function
take
* Creates a slice of `array` with `n` elements taken from the beginning. * * @static * @memberOf _ * @since 0.1.0 * @category
npm-package/lodash.js:8191
Function
take
* Creates a slice of `array` with `n` elements taken from the beginning. * * @static * @memberOf _ * @since 0.1.0 * @category Array * @param {Ar
npm-package/take.js:29
← previous
next →
2,001–2,100 of 2,270, ranked by callers