mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added tests for ix.d.ts
- added tests of all functions defined in ix.d.ts Enumerable - minor fix in ix.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -67,7 +67,7 @@ declare module Ix {
|
||||
finally(finallyAction: () => void): Enumerable<T>;
|
||||
finallyDo(finallyAction: () => void): Enumerable<T>;
|
||||
|
||||
onErrorResumeNext<T>(second: Enumerable<T>): Enumerable<T>;
|
||||
onErrorResumeNext(second: Enumerable<T>): Enumerable<T>;
|
||||
|
||||
retry(retryCount?: number): Enumerable<T>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user