source:
trip-planner-front/node_modules/rxjs/internal/util/subscribeToArray.d.ts@
e29cc2e
Last change on this file since e29cc2e was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 260 bytes |
Line | |
---|---|
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.