@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
10 lines (9 loc) • 332 B
TypeScript
import { combineLatest as combineLatestStatic } from '../../asynciterable/combinelatest';
export declare namespace asynciterable {
let combineLatest: typeof combineLatestStatic;
}
declare module '../../asynciterable/asynciterablex' {
namespace AsyncIterableX {
let combineLatest: typeof combineLatestStatic;
}
}