mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Fixed formatting
This commit is contained in:
Vendored
-2
@@ -74,8 +74,6 @@ declare module Ix {
|
||||
onErrorResumeNext<T>(second: Enumerable<T>): Enumerable<T>;
|
||||
|
||||
retry(retryCount?: number): Enumerable<T>;
|
||||
|
||||
|
||||
}
|
||||
|
||||
export interface EnumerableStatic {
|
||||
|
||||
Reference in New Issue
Block a user