UNPKG

@codibre/fluent-iterable

Version:

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

7 lines (6 loc) 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sortByAsync = void 0; const sort_async_1 = require("./sort-async"); const recipes_1 = require("../recipes"); exports.sortByAsync = (0, recipes_1.sortByRecipe)(sort_async_1.sortAsync);