mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-26 11:12:19 +08:00
Merge pull request #5006 from pulecka/master
added missing getValue() definition for Rx.BehaviorSubject
This commit is contained in:
Vendored
+1
@@ -7,6 +7,7 @@
|
||||
|
||||
declare module Rx {
|
||||
export interface BehaviorSubject<T> extends Subject<T> {
|
||||
getValue(): T;
|
||||
}
|
||||
|
||||
interface BehaviorSubjectStatic {
|
||||
|
||||
Reference in New Issue
Block a user