mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Add type for getFinalCoverage
http://gotwarlost.github.io/istanbul/public/apidocs/files/lib_collector.js.html#l97
This commit is contained in:
Vendored
+1
@@ -24,6 +24,7 @@ declare namespace istanbul {
|
||||
interface Collector {
|
||||
new (options?: any): Collector;
|
||||
add(coverage: any, testName?: string): void;
|
||||
getFinalCoverage(): any;
|
||||
}
|
||||
|
||||
interface Config {
|
||||
|
||||
Reference in New Issue
Block a user