@stdlib/iter-filter
Create an iterator which filters the values of another iterator according to a predicate function.
Create an iterator which filters the values of another iterator according to a predicate function.
Create an iterator which both filters and maps the values of another iterator.
Inside-out promise; lets you call resolve and reject from outside the Promise constructor function.