feat: initial commit
This commit is contained in:
6
node_modules/rxjs/internal/util/subscribeToArray.d.ts
generated
vendored
Normal file
6
node_modules/rxjs/internal/util/subscribeToArray.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import { Subscriber } from '../Subscriber';
|
||||
/**
|
||||
* Subscribes to an ArrayLike with a subscriber
|
||||
* @param array The array or array-like to subscribe to
|
||||
*/
|
||||
export declare const subscribeToArray: <T>(array: ArrayLike<T>) => (subscriber: Subscriber<T>) => void;
|
Reference in New Issue
Block a user