UNPKG

fast-iterable

Version:

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

2 lines (1 loc) 112 B
export declare const sortAsync: <T>(this: Iterable<T>, comparer?: import("..").Comparer<T> | undefined) => any;