mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Fix karma.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -49,7 +49,7 @@ declare module 'karma' {
|
||||
}
|
||||
|
||||
interface DeprecatedServer {
|
||||
start(options?: Config, callback?: ServerCallback): void;
|
||||
start(options?: any, callback?: ServerCallback): void;
|
||||
}
|
||||
|
||||
interface Runner {
|
||||
|
||||
Reference in New Issue
Block a user