芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/rxjs/internal/util/subscribeToObservable.d.ts
import { Subscriber } from '../Subscriber'; /** * Subscribes to an object that implements Symbol.observable with the given * Subscriber. * @param obj An object that implements Symbol.observable */ export declare const subscribeToObservable:
(obj: any) => (subscriber: Subscriber
) => any;