UNPKG

@byloth/core

Version:

An unopinionated collection of useful functions and classes that I use widely in all my projects. 🔧

4 lines (3 loc) • 227 B
export { default as AggregatedIterator } from "./aggregated-iterator.js"; export { default as AggregatedAsyncIterator } from "./aggregated-async-iterator.js"; export { default as ReducedIterator } from "./reduced-iterator.js";