@stdlib/array-base-none
Test whether all elements in an array are falsy.
Test whether all elements in an array are falsy.
Test whether all elements in an array fail a test implemented by a predicate function.
Test whether all elements in an array 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.
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
Test whether all properties (own and inherited) of an object pass a test implemented by a predicate function.
Test whether all own properties of an object pass 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, iterating from right to left.
Test whether all elements in a collection fail a test implemented by a predicate function.
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 pass a test implemented by a predicate function, iterating from right to left.
Test whether a collection contains `n` elements which pass a test implemented by a predicate function.
Test whether all elements in a collection pass a test implemented by a predicate function.
Test whether all iterated values are falsy.
Test whether every iterated value fails a test implemented by a predicate function.
Test whether all iterated values are truthy.
Test whether every iterated value passes a test implemented by a predicate function.
Test whether at least `n` iterated values pass a test implemented by a predicate function.
Ignore all console statements from mutation testing.