UNPKG

@codibre/fluent-iterable

Version:

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

7 lines (6 loc) 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.map = void 0; const augmentative_iterable_1 = require("augmentative-iterable"); const recipes_1 = require("../recipes"); exports.map = (0, recipes_1.augmentIterableRecipe)(augmentative_iterable_1.mapIterable, true);