UNPKG

@codibre/fluent-iterable

Version:

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

7 lines (6 loc) 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.emitAsync = void 0; const recipes_1 = require("../recipes"); const for_each_async_1 = require("./for-each-async"); exports.emitAsync = (0, recipes_1.emitRecipe)(for_each_async_1.forEachAsync);