forkJoin.d.ts 124 B

12
  1. import { ForkJoinObservable } from './ForkJoinObservable';
  2. export declare const forkJoin: typeof ForkJoinObservable.create;