UNPKG

@codibre/fluent-iterable

Version:

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

7 lines (6 loc) 241 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withIndex = void 0; const recipes_1 = require("../recipes"); const map_1 = require("./map"); exports.withIndex = (0, recipes_1.withIndexRecipe)(map_1.map);