Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(Observable.if): remove ts hacks from Observable
BREAKING CHANGE: TypeScript users using `Observable.if` will have to cast `Observable` as any to get to `if`. It is a better idae to just use `iif` directly via `import { iif } from 'rxjs';`
- Loading branch information