16 packages found
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- async
- asynchronous
- test
- predicate
- some
- right
- array.some
- View more
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- async
- asynchronous
- test
- predicate
- every
- all
- everyright
- View more
Test whether a collection contains `n` elements which pass a test implemented by a predicate function.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- async
- asynchronous
- test
- predicate
- some
- array.some
- every
- View more
Test whether all elements in a collection fail a test implemented by a predicate function.
Test whether all elements in a collection pass a test implemented by a predicate function.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- async
- asynchronous
- test
- predicate
- every
- all
- array.every
- View more
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
Test whether all elements in a collection are truthy.
Test whether all elements in a collection pass a test implemented by a predicate function.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- test
- predicate
- every
- all
- array.every
- iterate
- collection
- View more
Test whether all elements in a collection fail a test implemented by a predicate function.
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- test
- predicate
- any
- every
- all
- array.some
- array.every
- View more
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- test
- predicate
- every
- all
- everyright
- array.every
- iterate
- View more
Test whether all elements in a collection are falsy.
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- test
- predicate
- none
- noneright
- every
- all
- array.every
- View more
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
Test whether a collection contains at least `n` elements which are truthy.
A tiny, faster alternative to native Array.prototype.every