UNPKG

401 BTypeScriptView Raw
1import type { Bundle, ColumnsRange, MappingRange, FileDataMap } from './types';
2export declare function addCoverageRanges(bundles: Bundle[], coverageFilename?: string): Bundle[];
3export declare function setCoveredSizes(line: string, files: FileDataMap, mappingRanges: MappingRange[], coveredRanges: ColumnsRange[]): FileDataMap;
4export declare function getColorByPercent(percent: number): string;