mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-29 09:55:50 +08:00
added missing getValue() definition for Rx.BehaviorSubject
This commit is contained in:
1
rx/rx.binding-lite.d.ts
vendored
1
rx/rx.binding-lite.d.ts
vendored
@@ -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