Your IP : 216.73.216.40


Current Path : /var/www/html/wetty/node_modules/rxjs/src/internal/
Upload File :
Current File : /var/www/html/wetty/node_modules/rxjs/src/internal/Operator.ts

import { Subscriber } from './Subscriber';
import { TeardownLogic } from './types';

export interface Operator<T, R> {
  call(subscriber: Subscriber<R>, source: any): TeardownLogic;
}