forkJoin.ts 112 Bytes
import {  ForkJoinObservable  } from './ForkJoinObservable';

export const forkJoin = ForkJoinObservable.create;