UNPKG

@codibre/fluent-iterable

Version:

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

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