Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(typings): fix subscribe overloads
Remove the no-arg overload. If not removed, any Observable will be compatible with any ObservableInput regardless of type - as T does not appear in the no-arg overload. Closes ReactiveX#3052
- Loading branch information