UNPKG

@codibre/fluent-iterable

Version:

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

3 lines (2 loc) 209 B
import { CompareProvider } from '../types-internal'; export declare function getSyncComparer(comparer: CompareProvider): <T>(this: import("augmentative-iterable").AnyIterable<T>, expectedSize: number) => any;