After using Elixir enumerables and Rust iterators, going back to JavaScript was always a bit disappointing. So I made a builder class for array functions (that can also take generators) with most of the modern features such as take, filterMap, etc. It’s my first package published to the NPM registry!