UNPKG

@codibre/fluent-iterable

Version:

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

6 lines (5 loc) 108 B
export interface FindStrut<T, R> { value: R | undefined; item: T | undefined; found: boolean; }