clean up code
This commit is contained in:
parent
89566ebc1d
commit
5e5f2ce6c2
@ -10,6 +10,6 @@ import {Operator} from 'rxjs/Operator';
|
|||||||
import {Observable} from 'rxjs/Observable';
|
import {Observable} from 'rxjs/Observable';
|
||||||
declare module 'rxjs/Subject' {
|
declare module 'rxjs/Subject' {
|
||||||
interface Subject<T> {
|
interface Subject<T> {
|
||||||
lift<R>(operator: Operator<T, R>): Observable<R>;
|
lift<R>(operator: Operator<T, R>): Observable<R>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user