Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(MergeMapSubscriber): clearfy type definitions for MergeMapSubscri…
…ber's members - `MergeMapSubscriber.buffer` should be `T[]` (`Array<T>`) because it is given a source value `T`. - The type of 1st argument of `MergeMapSubscriber. innerSub` should be `Observable<R>` because the result of `MergeMapSubscriber.project` will be passed to it.
- Loading branch information