File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ import { scheduleObservable } from './scheduleObservable';
2
2
import { schedulePromise } from './schedulePromise' ;
3
3
import { scheduleArray } from './scheduleArray' ;
4
4
import { scheduleIterable } from './scheduleIterable' ;
5
- import { ObservableInput , SchedulerLike , Observable } from 'rxjs' ;
6
5
import { isInteropObservable } from '../util/isInteropObservable' ;
7
6
import { isPromise } from '../util/isPromise' ;
8
7
import { isArrayLike } from '../util/isArrayLike' ;
9
8
import { isIterable } from '../util/isIterable' ;
9
+ import { ObservableInput , SchedulerLike } from '../types' ;
10
+ import { Observable } from '../Observable' ;
10
11
11
12
/**
12
13
* Converts from a common {@link ObservableInput} type to an observable where subscription and emissions
You can’t perform that action at this time.
0 commit comments