Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(IteratorObservable): clarify the return type of IteratorObservabl…
…e.create() (#2070) `IteratorObservable.create<T>()` now returns correctly `Observable<T>` with supplied type parameter `T`. This fixes the previous implementations which always returns `Observable<{}>`.
- Loading branch information