芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/medicine.joruridoctor.com/node_modules/rxjs/dist/types/internal/Operator.d.ts
import { Subscriber } from './Subscriber'; import { TeardownLogic } from './types'; /*** * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */ export interface Operator
{ call(subscriber: Subscriber
, source: any): TeardownLogic; } //# sourceMappingURL=Operator.d.ts.map