forkJoin.d.ts 124 Bytes
import { ForkJoinObservable } from './ForkJoinObservable';
export declare const forkJoin: typeof ForkJoinObservable.create;