UNPKG

@byloth/core

Version:

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

6 lines (4 loc) • 256 B
import AggregatedIterator from "./aggregated-iterator.js"; import AggregatedAsyncIterator from "./aggregated-async-iterator.js"; import ReducedIterator from "./reduced-iterator.js"; export { AggregatedIterator, AggregatedAsyncIterator, ReducedIterator };