Your IP : 216.73.216.40


Current Path : /var/www/html/test/wetty2/node_modules/rxjs/internal/
Upload File :
Current File : /var/www/html/test/wetty2/node_modules/rxjs/internal/Operator.d.ts

import { Subscriber } from './Subscriber';
import { TeardownLogic } from './types';
export interface Operator<T, R> {
    call(subscriber: Subscriber<R>, source: any): TeardownLogic;
}