UNPKG

329 BTypeScriptView Raw
1import { Subscriber } from './Subscriber';
2import { TeardownLogic } from './types';
3/***
4 * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.
5 */
6export interface Operator<T, R> {
7 call(subscriber: Subscriber<R>, source: any): TeardownLogic;
8}
9//# sourceMappingURL=Operator.d.ts.map
\No newline at end of file