UNPKG

iterama

Version:

Composable functional (async) iterable helpers

4 lines 93 B
export function* iterate(iterable) { yield* iterable; } //# sourceMappingURL=iterate.js.map