UNPKG

@codibre/fluent-iterable

Version:

Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).

7 lines (6 loc) 203 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getIterators = getIterators; function getIterators(items) { return items.map((x) => x[Symbol.asyncIterator]()); }