UNPKG

@code-pushup/coverage-plugin

Version:
6 lines (5 loc) 312 B
import type { CoverageType } from './config.js'; export declare const formatMetaLog: (message: string) => string; export declare function typeToAuditSlug(type: CoverageType): string; export declare function typeToAuditTitle(type: CoverageType): string; export declare function slugToTitle(slug: string): string;