%PDF- %PDF-
Direktori : /home/forge/takeaseat.eco-n-tech.co.uk/node_modules/rxjs/src/internal/ |
Current File : //home/forge/takeaseat.eco-n-tech.co.uk/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; }