mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Rebuild diet and docs.
This commit is contained in:
17
lodash.js
17
lodash.js
@@ -715,14 +715,15 @@
|
||||
* and `zip`
|
||||
*
|
||||
* The non-chainable wrapper functions are:
|
||||
* `clone`, `cloneDeep`, `contains`, `escape`, `every`, `find`, `findIndex`,
|
||||
* `findKey`, `findLast`, `findLastIndex`, `findLastKey`, `has`, `identity`,
|
||||
* `indexOf`, `isArguments`, `isArray`, `isBoolean`, `isDate`, `isElement`,
|
||||
* `isEmpty`, `isEqual`, `isFinite`, `isFunction`, `isNaN`, `isNull`, `isNumber`,
|
||||
* `isObject`, `isPlainObject`, `isRegExp`, `isString`, `isUndefined`, `join`,
|
||||
* `lastIndexOf`, `mixin`, `noConflict`, `now`, `parseInt`, `pop`, `random`,
|
||||
* `reduce`, `reduceRight`, `result`, `shift`, `size`, `some`, `sortedIndex`,
|
||||
* `runInContext`, `template`, `unescape`, `uniqueId`, and `value`
|
||||
* `capitalize`, `clone`, `cloneDeep`, `contains`, `escape`, `every`, `find`,
|
||||
* `findIndex`, `findKey`, `findLast`, `findLastIndex`, `findLastKey`, `has`,
|
||||
* `identity`, `indexOf`, `isArguments`, `isArray`, `isBoolean`, `isDate`,
|
||||
* `isElement`, `isEmpty`, `isEqual`, `isFinite`, `isFunction`, `isNaN`,
|
||||
* `isNull`, `isNumber`, `isObject`, `isPlainObject`, `isRegExp`, `isString`,
|
||||
* `isUndefined`, `join`, `lastIndexOf`, `mixin`, `noConflict`, `now`,
|
||||
* `parseInt`, `pop`, `random`, `reduce`, `reduceRight`, `result`, `shift`,
|
||||
* `size`, `some`, `sortedIndex`, `runInContext`, `template`, `trim`,
|
||||
* `trimLeft`, `trimRight`, `unescape`, `uniqueId`, and `value`
|
||||
*
|
||||
* The wrapper functions `first`, `last`, and `sample` return wrapped values
|
||||
* when `n` is provided, otherwise they return unwrapped values.
|
||||
|
||||
Reference in New Issue
Block a user