You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/utils/README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,6 @@ The namespace has the following sub-namespaces:
59
59
60
60
- <spanclass="signature">[`anyByRight( collection, predicate[, thisArg ] )`][@stdlib/utils/any-by-right]</span><spanclass="delimiter">: </span><spanclass="description">test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.</span>
61
61
- <spanclass="signature">[`anyBy( collection, predicate[, thisArg ] )`][@stdlib/utils/any-by]</span><spanclass="delimiter">: </span><spanclass="description">test whether at least one element in a collection passes a test implemented by a predicate function.</span>
62
-
- <spanclass="signature">[`anyOwnBy( collection, predicate[, thisArg ] )`][@stdlib/utils/any-own-by]</span><spanclass="delimiter">: </span><spanclass="description">test whether at least one own property of a provided object passes a test implemented by a predicate function.</span>
63
62
- <spanclass="signature">[`any( collection )`][@stdlib/utils/any]</span><spanclass="delimiter">: </span><spanclass="description">test whether at least one element in a collection is truthy.</span>
64
63
- <spanclass="signature">[`append( collection1, collection2 )`][@stdlib/utils/append]</span><spanclass="delimiter">: </span><spanclass="description">add elements from one collection to the end of another collection.</span>
65
64
- <spanclass="signature">[`bifurcateBy( collection, [options,] predicate )`][@stdlib/utils/bifurcate-by]</span><spanclass="delimiter">: </span><spanclass="description">split values into two groups according to a predicate function.</span>
@@ -82,7 +81,6 @@ The namespace has the following sub-namespaces:
82
81
- <spanclass="signature">[`keyBy( collection, fcn[, thisArg ] )`][@stdlib/utils/key-by]</span><spanclass="delimiter">: </span><spanclass="description">convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.</span>
83
82
- <spanclass="signature">[`noneByRight( collection, predicate[, thisArg ] )`][@stdlib/utils/none-by-right]</span><spanclass="delimiter">: </span><spanclass="description">test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.</span>
84
83
- <spanclass="signature">[`noneBy( collection, predicate[, thisArg ] )`][@stdlib/utils/none-by]</span><spanclass="delimiter">: </span><spanclass="description">test whether all elements in a collection fail a test implemented by a predicate function.</span>
85
-
- <spanclass="signature">[`noneOwnBy( object, predicate[, thisArg ] )`][@stdlib/utils/none-own-by]</span><spanclass="delimiter">: </span><spanclass="description">tests whether every own property of an object fails a test implemented by a predicate function.</span>
86
84
- <spanclass="signature">[`none( collection )`][@stdlib/utils/none]</span><spanclass="delimiter">: </span><spanclass="description">test whether all elements in a collection are falsy.</span>
87
85
- <spanclass="signature">[`pop( collection )`][@stdlib/utils/pop]</span><spanclass="delimiter">: </span><spanclass="description">remove and return the last element of a collection.</span>
88
86
- <spanclass="signature">[`prepend( collection1, collection2 )`][@stdlib/utils/prepend]</span><spanclass="delimiter">: </span><spanclass="description">add elements from one collection to the beginning of another collection.</span>
0 commit comments