Showing 1-20 of 20 packages
When you want array.some but not array.every. Useful when you need to determine partially selected states - like partially selecting tree nodes when some but not all child nodes are checked.
Returns true if the callback returns truthy for all elements in the given array.
Array.every, using generators
Checks if all values satisfy a test.
This addon provides array helpers for Ember templates and components.
Test whether all promises passes a testing function
Checks if all values satisfy a test.
given an immutable array and item it returns a new immutable array that represents the concatenation of immutable array and the item
Tests that all elements in the array pass the provided function.
The `every()` method tests whether all elements in the array pass the test implemented by the provided function.
Cutie extension for JavaScript array iteration methods.
Create a shim set.
arrayEvery tests whether all elements in the array pass the test implemented by the provided function.
Validates that properties exist on a JSON object
A utility function library for working with ES2015 map objects.
creates an object that represents a immutable array data structure
Lambda functions and functional programming for javascript
More Object Methods!
every() for old browser, in typescript.
Test each value in an array with every and return a Promise