@stdlib/utils-none-own-by
Tests whether every own property of an object fails a test implemented by a predicate function.
Tests whether every own property of an object fails a test implemented by a predicate function.
Test whether all elements in a collection are falsy.
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 every property in an object fails a test implemented by a predicate function.
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 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 iterated values are falsy.
Test whether every iterated value fails a test implemented by a predicate function.