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: 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
@@ -92,7 +92,6 @@ The namespace has the following sub-namespaces:
92
92
93
93
- <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>
94
94
- <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>
95
-
- <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>
96
95
- <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>
97
96
- <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>
98
97
- <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>
@@ -115,7 +114,6 @@ The namespace has the following sub-namespaces:
115
114
- <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>
116
115
- <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>
117
116
- <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>
118
-
- <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>
119
117
- <spanclass="signature">[`none( collection )`][@stdlib/utils/none]</span><spanclass="delimiter">: </span><spanclass="description">test whether all elements in a collection are falsy.</span>
120
118
- <spanclass="signature">[`pop( collection )`][@stdlib/utils/pop]</span><spanclass="delimiter">: </span><spanclass="description">remove and return the last element of a collection.</span>
121
119
- <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