UNPKG

fast-iterable

Version:

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

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