UNPKG

ix

Version:

The Interactive Extensions for JavaScript

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