source:
trip-planner-front/node_modules/rxjs/internal/util/subscribeTo.d.ts
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 257 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | import { ObservableInput } from '../types'; |
2 | import { Subscription } from '../Subscription'; | |
3 | import { Subscriber } from '../Subscriber'; | |
4 | export declare const subscribeTo: <T>(result: ObservableInput<T>) => (subscriber: Subscriber<T>) => void | Subscription; |
Note:
See TracBrowser
for help on using the repository browser.