UNPKG

@codibre/fluent-iterable

Version:

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

6 lines (5 loc) 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.branchAsync = void 0; const branch_recipe_1 = require("../recipes/branch-recipe"); exports.branchAsync = (0, branch_recipe_1.branchRecipe)();