UNPKG

@codibre/fluent-iterable

Version:

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

3 lines (2 loc) 157 B
import { FluentIterable } from './types'; export declare function fluentObject<T extends object, K extends keyof T>(iterable: T): FluentIterable<[K, T[K]]>;