UNPKG

iterama

Version:

Composable functional (async) iterable helpers

8 lines (7 loc) 164 B
Object.defineProperty(exports, "__esModule", { value: true }); exports.iterateAsync = iterateAsync; async function* iterateAsync(iterable) { yield* iterable; }