UNPKG

@codibre/fluent-iterable

Version:

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

9 lines (8 loc) 229 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.appendRecipe = appendRecipe; function appendRecipe(concat) { return function (...items) { return concat.call(this, items); }; }