mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
RxJS: fixed references
This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
// This file contains common part of defintions for rx.binding.d.ts and rx.lite.d.ts
|
||||
// Do not include the file separately.
|
||||
|
||||
///<reference path="rx-lite.ts"/>
|
||||
///<reference path="rx-lite.d.ts"/>
|
||||
|
||||
declare module Rx {
|
||||
export interface BehaviorSubject<T> extends Subject<T> {
|
||||
|
||||
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
// This file contains common part of defintions for rx.time.d.ts and rx.lite.d.ts
|
||||
// Do not include the file separately.
|
||||
|
||||
///<reference path="rx-lite.ts" />
|
||||
///<reference path="rx-lite.d.ts" />
|
||||
|
||||
declare module Rx {
|
||||
export interface TimeInterval<T> {
|
||||
|
||||
Reference in New Issue
Block a user