UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

10 lines (9 loc) 297 B
import { forkJoin as forkJoinStatic } from '../../asynciterable/forkjoin'; export declare namespace asynciterable { let forkJoin: typeof forkJoinStatic; } declare module '../../asynciterable/asynciterablex' { namespace AsyncIterableX { let forkJoin: typeof forkJoinStatic; } }