mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08: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