UNPKG

fast-iterable

Version:

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

3 lines (2 loc) 129 B
export declare type FunctionAnyMapper<T> = (value: T) => any; export declare type AnyMapper<T> = FunctionAnyMapper<T> | keyof T;