@codibre/fluent-iterable
Version:
Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).
7 lines (6 loc) • 311 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.waitAll = void 0;
const wait_all_recipe_1 = require("../recipes/wait-all-recipe");
const basic_ingredients_1 = require("./basic-ingredients");
exports.waitAll = (0, wait_all_recipe_1.waitAllRecipe)(basic_ingredients_1.basic);