UNPKG

@codibre/fluent-iterable

Version:

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

5 lines (4 loc) 117 B
import { Predicate } from 'augmentative-iterable'; export interface CompareProvider { <T>(a: T): Predicate<T>; }