UNPKG

fast-iterable

Version:

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

3 lines (2 loc) 160 B
import { CatchCallback } from '../types'; export declare function catchSync<T>(this: Iterable<T>, errorCallback: CatchCallback): Generator<T, void, undefined>;