UNPKG

fast-iterable

Version:

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

4 lines (3 loc) 179 B
import { Mapper } from 'augmentative-iterable'; export declare type AsyncCatchCallback = Mapper<any, void | Promise<void>>; export declare type CatchCallback = Mapper<any, void>;