mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Fix angularjs/angular; 'export declare'/'declare export'
This commit is contained in:
Vendored
+1
-1
@@ -9,7 +9,7 @@
|
||||
export interface ITestCase {
|
||||
(testCase: { [property: string]: ITestBody | ITestGroup | void }): void;
|
||||
}
|
||||
declare export var testCase: ITestCase;
|
||||
export declare var testCase: ITestCase;
|
||||
|
||||
export interface Test {
|
||||
done: ICallbackFunction;
|
||||
|
||||
Reference in New Issue
Block a user