UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

10 lines (9 loc) 288 B
import { throwError as throwErrorStatic } from '../../iterable/throwerror'; export declare namespace iterable { let throwError: typeof throwErrorStatic; } declare module '../../iterable/iterablex' { namespace IterableX { export { throwErrorStatic as throwError }; } }