UNPKG

306 BTypeScriptView Raw
1import { Subscriber } from '../Subscriber';
2/**
3 * Subscribes to an ArrayLike with a subscriber
4 * @param array The array or array-like to subscribe to
5 */
6export declare const subscribeToArray: <T>(array: ArrayLike<T>) => (subscriber: Subscriber<T>) => void;
7//# sourceMappingURL=subscribeToArray.d.ts.map
\No newline at end of file