UNPKG

@byloth/core

Version:

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

5 lines (3 loc) • 156 B
import SmartIterator from "./smart-iterator.js"; import SmartAsyncIterator from "./smart-async-iterator.js"; export { SmartIterator, SmartAsyncIterator };