UNPKG

iterates

Version:

Iterator and AsyncIterator helper functions with typings

4 lines 156 B
import * as async from './async.js'; import * as sync from './sync.js'; export { collectEntry, pipeValue, tuple } from './utils.js'; export { async, sync };