UNPKG

@codibre/fluent-iterable

Version:

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

7 lines (6 loc) 344 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.waitAllAsync = void 0; const wait_all_recipe_1 = require("../recipes/wait-all-recipe"); const basic_ingredients_async_1 = require("./basic-ingredients-async"); exports.waitAllAsync = (0, wait_all_recipe_1.waitAllRecipe)(basic_ingredients_async_1.basicAsync);