@stdlib/utils-some
Test whether a collection contains at least `n` elements which are truthy.
Found 434 results for stdutil
Test whether a collection contains at least `n` elements which are truthy.
Return an object's inherited property descriptors.
Invoke a function while a test condition is true.
Return an array of an object's inherited non-enumerable property names and symbols.
Add one or more elements to the beginning of a collection.
Define a non-enumerable write-only accessor.
Return an array of an object's own and inherited writable property names.
Define (and/or modify) object properties.
Define a memoized object property.
Remove and return the last element of a collection.
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 fail a test implemented by a predicate function.
Return an array of an object's inherited writable property names.
Convert between POSIX and Windows paths.
Return an array of an object's own and inherited non-enumerable symbol properties.
Parse a string as Newline-Delimited JSON (NDJSON).
Apply a function to each element in an array and assign the result to an element in an output array, iterating from right to left.
Apply a function to each nested element in an array of arrays and assign the result to a nested element in a new array of arrays.
Move a property from one object to another object.
Tests whether every own property of an object fails a test implemented by a predicate function.
Invoke a function until a test condition is true.
Wrap a function in a try/catch block.
Function sequence.
Apply a function to each nested element in a four-dimensional nested array and assign the result to a nested element in a new four-dimensional nested array.
Test whether all properties (own and inherited) of an object pass a test implemented by a predicate function.
Test whether at least one property in an object passes a test implemented by a predicate function.
Generate a thunk.
Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.
Return an array of an object's inherited enumerable property names.
Return an array of an object's own enumerable symbol properties.
While a test condition is true, invoke a function for each element in a collection.
Return a property descriptor for an object's inherited property.
Return an array of an object's inherited enumerable and non-enumerable property names.
Return an array of an object's own enumerable property names which are not integer indices.