UNPKG

583 BTypeScriptView Raw
1import { ObservableInputTuple, OperatorFunction, SchedulerLike } from '../types';
2/** @deprecated Replaced with {@link concatWith}. Will be removed in v8. */
3export declare function concat<T, A extends readonly unknown[]>(...sources: [...ObservableInputTuple<A>]): OperatorFunction<T, T | A[number]>;
4/** @deprecated Replaced with {@link concatWith}. Will be removed in v8. */
5export declare function concat<T, A extends readonly unknown[]>(...sourcesAndScheduler: [...ObservableInputTuple<A>, SchedulerLike]): OperatorFunction<T, T | A[number]>;
6//# sourceMappingURL=concat.d.ts.map
\No newline at end of file