mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+1
-1
@@ -6,7 +6,7 @@
|
||||
///<reference path="rx.d.ts" />
|
||||
///<reference path="rx.async-lite.d.ts" />
|
||||
|
||||
declare module Rx {
|
||||
declare namespace Rx {
|
||||
interface ObservableStatic {
|
||||
start<T>(func: () => T, context?: any, scheduler?: IScheduler): Observable<T>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user