mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fixd priliminary compiler errors
This commit is contained in:
+2
-2
@@ -102,7 +102,7 @@ declare module jasmine {
|
||||
|
||||
toStartWith(subString: string, actual: string): boolean;
|
||||
|
||||
toThrowAnyError(throwerFn: (...any) => any): boolean;
|
||||
toThrowErrorOfType(type: string, throwerFn: (...any) => any): boolean;
|
||||
toThrowAnyError(throwerFn: () => any): boolean;
|
||||
toThrowErrorOfType(type: string, throwerFn: () => any): boolean;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user