mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-04 16:04:45 +08:00
Merge pull request #4981 from ttowncompiled/rx
Adds 'default' property to SchedulerStatic interface.
This commit is contained in:
Vendored
+1
@@ -150,6 +150,7 @@ declare module Rx {
|
||||
|
||||
immediate: IScheduler;
|
||||
currentThread: ICurrentThreadScheduler;
|
||||
default: IScheduler; // alias for Scheduler.timeout
|
||||
timeout: IScheduler;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user