mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Cleanup doc notes. [ci skip]
This commit is contained in:
@@ -8024,7 +8024,7 @@
|
|||||||
* Creates an array excluding all given values using
|
* Creates an array excluding all given values using
|
||||||
* [`SameValueZero`](http://ecma-international.org/ecma-262/6.0/#sec-samevaluezero)
|
* [`SameValueZero`](http://ecma-international.org/ecma-262/6.0/#sec-samevaluezero)
|
||||||
* for equality comparisons.
|
* for equality comparisons.
|
||||||
*
|
*
|
||||||
* **Note:** Unlike `_.pull`, this method returns a new array.
|
* **Note:** Unlike `_.pull`, this method returns a new array.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
@@ -8638,7 +8638,7 @@
|
|||||||
* `predicate` returns truthy for. The predicate is invoked with three
|
* `predicate` returns truthy for. The predicate is invoked with three
|
||||||
* arguments: (value, index|key, collection).
|
* arguments: (value, index|key, collection).
|
||||||
*
|
*
|
||||||
* **Note:** Unlike `_.remove`, this method returns a new collection.
|
* **Note:** Unlike `_.remove`, this method returns a new array.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
@@ -12226,8 +12226,6 @@
|
|||||||
/**
|
/**
|
||||||
* Creates an array of values corresponding to `paths` of `object`.
|
* Creates an array of values corresponding to `paths` of `object`.
|
||||||
*
|
*
|
||||||
* **Note:** Unlike `_.pullAt`, this method returns a new object.
|
|
||||||
*
|
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user