ix
Version:
The Interactive Extensions for JavaScript
17 lines (13 loc) • 473 B
text/typescript
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js';
import { forkJoin as forkJoinStatic } from '../../asynciterable/forkjoin.js';
/** @nocollapse */
AsyncIterableX.forkJoin = forkJoinStatic;
export declare namespace asynciterable {
let forkJoin: typeof forkJoinStatic;
}
declare module '../../asynciterable/asynciterablex' {
// eslint-disable-next-line no-shadow
namespace AsyncIterableX {
export let forkJoin: typeof forkJoinStatic;
}
}