Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
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.