UNPKG

@codechecks/lighthouse-keeper

Version:

Keep an eye on Google Lighthouse score changes

3 lines (2 loc) 135 B
import { LighthouseReport } from "./types"; export declare function runLighthouseAndGetReport(url: string): Promise<LighthouseReport>;