UNPKG

iterama

Version:

Composable functional (async) iterable helpers

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