mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
Adds 'default' property to SchedulerStatic interface.
**default** is an alias for the, now legacy, **timeout** property on Scheduler.
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