fast-iterable
Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).
Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).
Entries is a list of key-value pairs, with unique keys.
Lists is a pair of key list and value list, with unique keys.
standalone AsyncAF package: findIndexAF (https://async-af.js.org/AsyncAF#findIndexAF)
Every and some for 2-array
Add a new key-value pair for a single item of array type and filter the children
A map is a collection of key-value pairs, with unique keys.
An iterable is a sequence of values.
standalone AsyncAF package: everyAF (https://async-af.js.org/AsyncAF#everyAF)
standalone AsyncAF package: AsyncAfWrapper (https://async-af.js.org/AsyncAfWrapper)
standalone AsyncAF package: logAF (https://async-af.js.org/AsyncAF#logAF)
standalone AsyncAF package: mapAF (https://async-af.js.org/AsyncAF#mapAF)
Call all promises in an array whether they resolve or reject
overEvery for Promises
run a command over and over
make a request every X milliseconds (command line tool)
`Map` object with native `filter`, `map`,`reduce`, `every`, and `some` methods. Zero Dependencies.
Append an element for every X element in an array.
Array-like methods for objects
Check if all values in entries satisfy the test, like Array.every().