UNPKG

cbfl

Version:

library that can be used to automatically find points of failure in TypeScript Modules that are tested with Mocha

6 lines (5 loc) 270 B
export declare const loadCoverage: (coverageFile: any) => Promise<{ coverage: any; sourceMap: any; } | null>; export declare const convertCoverage: (coverage: any, sourceMap: any, target: any) => Promise<import("istanbul-lib-coverage").FileCoverageData | null>;