UNPKG

371 BTypeScriptView Raw
1import { Observable } from 'rxjs';
2import { EffectNotification } from './effect_notification';
3import { EffectsErrorHandler } from './effects_error_handler';
4import { ErrorHandler } from '@angular/core';
5export declare function mergeEffects(sourceInstance: any, globalErrorHandler: ErrorHandler, effectsErrorHandler: EffectsErrorHandler): Observable<EffectNotification>;