UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

10 lines (9 loc) 261 B
import { catchAll as _catchAll } from '../../iterable/catcherror'; export declare namespace iterable { let catchAll: typeof _catchAll; } declare module '../../iterable/iterablex' { namespace IterableX { export { _catchAll as catchAll }; } }