@extra-iterable/compact
Remove falsy values from iterable, like .compact().
Remove falsy values from iterable, like .compact().
Check if iterable ends with value, like String.endsWith().
Replace value with another value in iterable, like String.replace().
Get sum of values in iterable.
Remove specified values from iterable, like .without().
Replace values in iterable with a map.
Finds index of largest value.
Finds index of largest value.
Check if atleast one value in iterable passes the test, like Array.some().
Check if all values in iterable pass the test, like Array.every().
Map values in iterable to new values, like Array.map().
Replace value with another value in iterable, like String.replace().
A helper library for working with async iterables in JavaScipt
Tool for querying iterables.
A modern zero-dependency Worker communication and orchestration library
A state management library that models state change as an iterable
utilities for testing streamlets
Compose asynchronous for/while/forOf loop cushily with Promises, decoupled from ES2015+ env and verbose babel compiling.
LINQ for iterables
Create a @most/core stream from an AsyncIterable