mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Added Rx.Subject.toKoObservable overload.
This commit is contained in:
Vendored
+4
@@ -25,4 +25,8 @@ declare module Rx {
|
||||
toKoSubscribable(): KnockoutSubscribable<T>;
|
||||
toKoObservable(initialValue?: T): KnockoutObservable<T>;
|
||||
}
|
||||
|
||||
interface Subject<T> {
|
||||
toKoObservable(initialValue?: T): KnockoutObservable<T>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user