mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
RxJS: added references of rx-lite.d.ts
This commit is contained in:
Vendored
+2
@@ -1,6 +1,8 @@
|
||||
// This file contains common part of defintions for rx.async.d.ts and rx.lite.d.ts
|
||||
// Do not include the file separately.
|
||||
|
||||
///<reference path="rx-lite.d.ts"/>
|
||||
|
||||
declare module Rx {
|
||||
interface ObservableStatic {
|
||||
/**
|
||||
|
||||
Vendored
+2
@@ -1,6 +1,8 @@
|
||||
// This file contains common part of defintions for rx.backpressure.d.ts and rx.lite.d.ts
|
||||
// Do not include the file separately.
|
||||
|
||||
///<reference path="rx-lite.d.ts"/>
|
||||
|
||||
declare module Rx {
|
||||
export interface Observable<T> {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user