UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

10 lines (9 loc) 335 B
import { combineLatest as combineLatestStatic } from '../../asynciterable/combinelatest.js'; export declare namespace asynciterable { let combineLatest: typeof combineLatestStatic; } declare module '../../asynciterable/asynciterablex' { namespace AsyncIterableX { let combineLatest: typeof combineLatestStatic; } }