Last change
on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
260 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | import { Subscriber } from '../Subscriber';
|
---|
| 2 | /**
|
---|
| 3 | * Subscribes to an ArrayLike with a subscriber
|
---|
| 4 | * @param array The array or array-like to subscribe to
|
---|
| 5 | */
|
---|
| 6 | export declare const subscribeToArray: <T>(array: ArrayLike<T>) => (subscriber: Subscriber<T>) => void;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.