UNPKG

@rimbu/stream

Version:

Efficient structure representing a sequence of elements, with powerful operations for TypeScript

6 lines 154 B
export async function closeIters(...iters) { await Promise.all(iters.map((i) => { i?.return?.(); })); } //# sourceMappingURL=utils.mjs.map