fast-iterable
Version:
Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).
3 lines (2 loc) • 522 B
TypeScript
export declare const distinct: <T>(this: import("augmentative-iterable").AnyIterable<T>, baseMapper?: number | import("../types-internal").AnyMapper<T>, maxOcurrencesOrChoose?: number | import("../types").Choose<T> | undefined, maxOcurrences?: number) => any;
export declare const isDistinct: <T>(this: import("augmentative-iterable").AnyIterable<T>, baseMapper?: number | import("../types-internal").AnyMapper<T>, maxOcurrencesOrChoose?: number | import("../types").Choose<T> | undefined, maxOcurrences?: number) => any;