mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-25 13:10:41 +08:00
added/fixed headers o-s
https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Vendored
+3
-3
@@ -1,11 +1,11 @@
|
||||
///<reference path="rx.d.ts" />
|
||||
///<reference path="rx.virtualtime.d.ts" />
|
||||
|
||||
// Type definitions for RxJS-Testing
|
||||
// Project: https://github.com/Reactive-Extensions/RxJS/
|
||||
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
///<reference path="rx.d.ts" />
|
||||
///<reference path="rx.virtualtime.d.ts" />
|
||||
|
||||
declare module Rx {
|
||||
export class TestScheduler extends VirtualTimeScheduler<number, number> {
|
||||
constructor();
|
||||
|
||||
Reference in New Issue
Block a user