MCPcopy Create free account

hub / github.com/lodash/lodash / functions

Functions2,270 in github.com/lodash/lodash

FunctionisNative
* Checks if `value` is a pristine native function. * * **Note:** This method can't reliably detect native functions in the presence * o
npm-package/lodash.js:11951
FunctionisNative
* Checks if `value` is a pristine native function. * * **Note:** This method can't reliably detect native functions in the presence * of the core-j
npm-package/isNative.js:33
FunctionisNil
* Checks if `value` is `null` or `undefined`. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} val
lodash.js:11999
FunctionisNil
* Checks if `value` is `null` or `undefined`. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to check.
npm-package/isNil.js:21
FunctionisNil
* Checks if `value` is `null` or `undefined`. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} val
npm-package/lodash.js:11999
FunctionisNull
* Checks if `value` is `null`. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to
lodash.js:11975
FunctionisNull
* Checks if `value` is `null`. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to check. *
npm-package/core.js:2845
FunctionisNull
* Checks if `value` is `null`. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to
npm-package/lodash.js:11975
FunctionisNull
* Checks if `value` is `null`. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to check. * @returns {boo
npm-package/isNull.js:18
FunctionisNumber
* Checks if `value` is classified as a `Number` primitive or object. * * **Note:** To exclude `Infinity`, `-Infinity`, and `NaN`, which are * class
npm-package/isNumber.js:33
FunctionisObject
* Checks if `value` is the * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) * of `Object`. (e.g. arr
npm-package/isObject.js:26
FunctionisObjectLike
* Checks if `value` is object-like. A value is object-like if it's not `null` * and has a `typeof` result of "object". * * @static * @memberOf _
npm-package/isObjectLike.js:25
FunctionisPlainObject
* Checks if `value` is a plain object, that is, an object created by the * `Object` constructor or one with a `[[Prototype]]` of `null`. * * @stati
npm-package/isPlainObject.js:49
FunctionisPrototype
* Checks if `value` is likely a prototype object. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `valu
npm-package/_isPrototype.js:11
FunctionisSafeInteger
* Checks if `value` is a safe integer. An integer is safe if it's an IEEE-754 * double precision number which isn't the result of a rounded unsaf
lodash.js:12121
FunctionisSafeInteger
* Checks if `value` is a safe integer. An integer is safe if it's an IEEE-754 * double precision number which isn't the result of a rounded unsafe in
npm-package/isSafeInteger.js:33
FunctionisSafeInteger
* Checks if `value` is a safe integer. An integer is safe if it's an IEEE-754 * double precision number which isn't the result of a rounded unsaf
npm-package/lodash.js:12121
FunctionisStrictComparable
* Checks if `value` is suitable for strict equality comparisons, i.e. `===`. * * @private * @param {*} value The value to check. * @returns {boole
npm-package/_isStrictComparable.js:11
FunctionisString
* Checks if `value` is classified as a `String` primitive or object. * * @static * @since 0.1.0 * @memberOf _ * @category Lang * @param {*} valu
npm-package/isString.js:25
FunctionisSymbol
* Checks if `value` is classified as a `Symbol` primitive or object. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} valu
npm-package/isSymbol.js:24
FunctionisUndefined
* Checks if `value` is `undefined`. * * @static * @since 0.1.0 * @memberOf _ * @category Lang * @param {*} value The val
lodash.js:12224
FunctionisUndefined
* Checks if `value` is `undefined`. * * @static * @since 0.1.0 * @memberOf _ * @category Lang * @param {*} value The value to check. * @returns
npm-package/isUndefined.js:18
FunctionisUndefined
* Checks if `value` is `undefined`. * * @static * @since 0.1.0 * @memberOf _ * @category Lang * @param {*} value The value to check.
npm-package/core.js:2938
FunctionisUndefined
* Checks if `value` is `undefined`. * * @static * @since 0.1.0 * @memberOf _ * @category Lang * @param {*} value The val
npm-package/lodash.js:12224
FunctionisWeakMap
* Checks if `value` is classified as a `WeakMap` object. * * @static * @memberOf _ * @since 4.3.0 * @category Lang * @param {*} value The value
npm-package/isWeakMap.js:24
FunctionisWeakSet
* Checks if `value` is classified as a `WeakSet` object. * * @static * @memberOf _ * @since 4.3.0 * @category Lang * @pa
lodash.js:12266
FunctionisWeakSet
* Checks if `value` is classified as a `WeakSet` object. * * @static * @memberOf _ * @since 4.3.0 * @category Lang * @pa
npm-package/lodash.js:12266
FunctionisWeakSet
* Checks if `value` is classified as a `WeakSet` object. * * @static * @memberOf _ * @since 4.3.0 * @category Lang * @param {*} value The value
npm-package/isWeakSet.js:24
Functioniteratee
* Creates a function that invokes `func` with the arguments of the created * function. If `func` is a property name, the created function returns the
npm-package/iteratee.js:49
FunctioniteratorToArray
* Converts `iterator` to an array. * * @private * @param {Object} iterator The iterator to convert. * @returns {Array} Returns the converted array
npm-package/_iteratorToArray.js:8
Functionj
(n,t,r,e,u)
npm-package/lodash.min.js:12
Functionja
(n,t,r)
npm-package/lodash.min.js:104
Functionjf
(n)
npm-package/lodash.min.js:85
Functionjo
(n,t)
npm-package/lodash.min.js:77
Functionjoin
* Converts all elements in `array` into a string separated by `separator`. * * @static * @memberOf _ * @since 4.0.0 * @catego
lodash.js:7613
Functionjoin
* Converts all elements in `array` into a string separated by `separator`. * * @static * @memberOf _ * @since 4.0.0 * @category Array * @param {
npm-package/join.js:22
Functionjoin
* Converts all elements in `array` into a string separated by `separator`. * * @static * @memberOf _ * @since 4.0.0 * @catego
npm-package/lodash.js:7613
Functionjr
(n,t)
npm-package/lodash.min.js:28
Functionka
(n)
npm-package/lodash.min.js:106
Functionkf
(n,t)
npm-package/lodash.min.js:85
Functionko
(n,t,r)
npm-package/lodash.min.js:78
Functionla
(n,t,r)
npm-package/lodash.min.js:100
Functionlast
* Gets the last element of `array`. * * @static * @memberOf _ * @since 0.1.0 * @category Array * @param {Array} array The array to query. * @re
npm-package/last.js:15
FunctionlastIndexOf
* This method is like `_.indexOf` except that it iterates over elements of * `array` from right to left. * * @static * @memberOf _
lodash.js:7657
FunctionlastIndexOf
* This method is like `_.indexOf` except that it iterates over elements of * `array` from right to left. * * @static * @memberOf _
npm-package/lodash.js:7657
FunctionlastIndexOf
* This method is like `_.indexOf` except that it iterates over elements of * `array` from right to left. * * @static * @memberOf _ * @since 0.1.0
npm-package/lastIndexOf.js:31
FunctionlazyClone
* Creates a clone of the lazy wrapper object. * * @private * @name clone * @memberOf LazyWrapper * @returns {Object} Returns
lodash.js:1803
FunctionlazyClone
* Creates a clone of the lazy wrapper object. * * @private * @name clone * @memberOf LazyWrapper * @returns {Object} Returns
npm-package/lodash.js:1803
FunctionlazyClone
* Creates a clone of the lazy wrapper object. * * @private * @name clone * @memberOf LazyWrapper * @returns {Object} Returns the cloned `LazyWrap
npm-package/_lazyClone.js:12
FunctionlazyReverse
* Reverses the direction of lazy iteration. * * @private * @name reverse * @memberOf LazyWrapper * @returns {Object} Returns
lodash.js:1822
FunctionlazyReverse
* Reverses the direction of lazy iteration. * * @private * @name reverse * @memberOf LazyWrapper * @returns {Object} Returns
npm-package/lodash.js:1822
FunctionlazyReverse
* Reverses the direction of lazy iteration. * * @private * @name reverse * @memberOf LazyWrapper * @returns {Object} Returns the new reversed `La
npm-package/_lazyReverse.js:11
FunctionlazyValue
* Extracts the unwrapped value from its lazy wrapper. * * @private * @name value * @memberOf LazyWrapper * @returns {*} Retur
lodash.js:1842
FunctionlazyValue
* Extracts the unwrapped value from its lazy wrapper. * * @private * @name value * @memberOf LazyWrapper * @returns {*} Returns the unwrapped val
npm-package/_lazyValue.js:20
FunctionlazyValue
* Extracts the unwrapped value from its lazy wrapper. * * @private * @name value * @memberOf LazyWrapper * @returns {*} Retur
npm-package/lodash.js:1842
Functionlc
(n)
npm-package/lodash.min.js:93
Functionlf
(n,t)
npm-package/lodash.min.js:83
Functionli
(n)
npm-package/lodash.min.js:61
FunctionlistCacheClear
* Removes all key-value entries from the list cache. * * @private * @name clear * @memberOf ListCache
lodash.js:2026
FunctionlistCacheClear
* Removes all key-value entries from the list cache. * * @private * @name clear * @memberOf ListCache
npm-package/_listCacheClear.js:8
FunctionlistCacheClear
* Removes all key-value entries from the list cache. * * @private * @name clear * @memberOf ListCache
npm-package/lodash.js:2026
FunctionlistCacheDelete
* Removes `key` and its value from the list cache. * * @private * @name delete * @memberOf ListCache * @param {string} key Th
lodash.js:2040
FunctionlistCacheDelete
* Removes `key` and its value from the list cache. * * @private * @name delete * @memberOf ListCache * @param {string} key Th
npm-package/lodash.js:2040
FunctionlistCacheDelete
* Removes `key` and its value from the list cache. * * @private * @name delete * @memberOf ListCache * @param {string} key The key of the value t
npm-package/_listCacheDelete.js:18
FunctionlistCacheGet
* Gets the list cache value for `key`. * * @private * @name get * @memberOf ListCache * @param {string} key The key of the va
lodash.js:2066
FunctionlistCacheGet
* Gets the list cache value for `key`. * * @private * @name get * @memberOf ListCache * @param {string} key The key of the value to get. * @retu
npm-package/_listCacheGet.js:12
FunctionlistCacheGet
* Gets the list cache value for `key`. * * @private * @name get * @memberOf ListCache * @param {string} key The key of the va
npm-package/lodash.js:2066
FunctionlistCacheHas
* Checks if a list cache value for `key` exists. * * @private * @name has * @memberOf ListCache * @param {string} key The key
lodash.js:2082
FunctionlistCacheHas
* Checks if a list cache value for `key` exists. * * @private * @name has * @memberOf ListCache * @param {string} key The key
npm-package/lodash.js:2082
FunctionlistCacheHas
* Checks if a list cache value for `key` exists. * * @private * @name has * @memberOf ListCache * @param {string} key The key of the entry to che
npm-package/_listCacheHas.js:12
FunctionlistCacheSet
* Sets the list cache `key` to `value`. * * @private * @name set * @memberOf ListCache * @param {string} key The key of the v
lodash.js:2096
FunctionlistCacheSet
* Sets the list cache `key` to `value`. * * @private * @name set * @memberOf ListCache * @param {string} key The key of the value to set. * @par
npm-package/_listCacheSet.js:13
FunctionlistCacheSet
* Sets the list cache `key` to `value`. * * @private * @name set * @memberOf ListCache * @param {string} key The key of the v
npm-package/lodash.js:2096
Functionlo
(n,t,r)
npm-package/lodash.min.js:75
Functionlodash
* Creates a `lodash` object which wraps `value` to enable implicit method * chain sequences. Methods that operate on and return arrays, collections,
npm-package/wrapperLodash.js:131
FunctionlogThrobber
* Writes the wait throbber to standard output. * * @private
test/saucelabs.js:264
Functionlr
()
npm-package/lodash.min.js:27
Functionma
(n,t,r)
npm-package/lodash.min.js:104
Functionmap
* Creates an array of values by running each element in `collection` thru * `iteratee`. The iteratee is invoked with three arguments: * (value,
npm-package/core.js:2057
FunctionmapCacheClear
* Removes all key-value entries from the map. * * @private * @name clear * @memberOf MapCache
lodash.js:2143
FunctionmapCacheClear
* Removes all key-value entries from the map. * * @private * @name clear * @memberOf MapCache
npm-package/lodash.js:2143
FunctionmapCacheClear
* Removes all key-value entries from the map. * * @private * @name clear * @memberOf MapCache
npm-package/_mapCacheClear.js:12
FunctionmapCacheDelete
* Removes `key` and its value from the map. * * @private * @name delete * @memberOf MapCache * @param {string} key The key of
lodash.js:2161
FunctionmapCacheDelete
* Removes `key` and its value from the map. * * @private * @name delete * @memberOf MapCache * @param {string} key The key of the value to remove
npm-package/_mapCacheDelete.js:12
FunctionmapCacheDelete
* Removes `key` and its value from the map. * * @private * @name delete * @memberOf MapCache * @param {string} key The key of
npm-package/lodash.js:2161
FunctionmapCacheGet
* Gets the map value for `key`. * * @private * @name get * @memberOf MapCache * @param {string} key The key of the value to g
lodash.js:2176
FunctionmapCacheGet
* Gets the map value for `key`. * * @private * @name get * @memberOf MapCache * @param {string} key The key of the value to g
npm-package/lodash.js:2176
FunctionmapCacheGet
* Gets the map value for `key`. * * @private * @name get * @memberOf MapCache * @param {string} key The key of the value to get. * @returns {*}
npm-package/_mapCacheGet.js:12
FunctionmapCacheHas
* Checks if a map value for `key` exists. * * @private * @name has * @memberOf MapCache * @param {string} key The key of the
lodash.js:2189
FunctionmapCacheHas
* Checks if a map value for `key` exists. * * @private * @name has * @memberOf MapCache * @param {string} key The key of the entry to check. * @
npm-package/_mapCacheHas.js:12
FunctionmapCacheHas
* Checks if a map value for `key` exists. * * @private * @name has * @memberOf MapCache * @param {string} key The key of the
npm-package/lodash.js:2189
FunctionmapCacheSet
* Sets the map `key` to `value`. * * @private * @name set * @memberOf MapCache * @param {string} key The key of the value to
lodash.js:2203
FunctionmapCacheSet
* Sets the map `key` to `value`. * * @private * @name set * @memberOf MapCache * @param {string} key The key of the value to set. * @param {*} v
npm-package/_mapCacheSet.js:13
FunctionmapCacheSet
* Sets the map `key` to `value`. * * @private * @name set * @memberOf MapCache * @param {string} key The key of the value to
npm-package/lodash.js:2203
FunctionmapKeys
* The opposite of `_.mapValues`; this method creates an object with the * same values as `object` and keys generated by running each own enumerab
lodash.js:13384
FunctionmapKeys
* The opposite of `_.mapValues`; this method creates an object with the * same values as `object` and keys generated by running each own enumerable
npm-package/mapKeys.js:26
FunctionmapKeys
* The opposite of `_.mapValues`; this method creates an object with the * same values as `object` and keys generated by running each own enumerab
npm-package/lodash.js:13384
FunctionmapToArray
* Converts `map` to its key-value pairs. * * @private * @param {Object} map The map to convert. * @returns {Array} Returns the key-value pairs.
npm-package/_mapToArray.js:8
FunctionmapValues
* Creates an object with the same keys as `object` and values generated * by running each own enumerable string keyed property of `object` thru
lodash.js:13422
FunctionmapValues
* Creates an object with the same keys as `object` and values generated * by running each own enumerable string keyed property of `object` thru * `i
npm-package/mapValues.js:33
← previousnext →1,701–1,800 of 2,270, ranked by callers