Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
yanggyein
/
yang_home
/
node_modules
/
rxjs
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/yanggyein/yang_home/node_modules/rxjs/Operator.d.ts
import { Subscriber } from './Subscriber'; import { TeardownLogic } from './Subscription'; export interface Operator<T, R> { call(subscriber: Subscriber<R>, source: any): TeardownLogic; }