UNPKG

@codechecks/lighthouse-keeper

Version:

Keep an eye on Google Lighthouse score changes

10 lines (9 loc) 384 B
import { CodeChecksReport } from "@codechecks/client"; import { ReportComparison } from "./compareReports"; import { MinScores } from "./types"; export declare function getReport({ reportComparison, baselineExists, reportLink, minScores, }: { reportComparison: ReportComparison; baselineExists: boolean; reportLink: string; minScores: MinScores; }): CodeChecksReport;