UNPKG

@codechecks/lighthouse-keeper

Version:

Keep an eye on Google Lighthouse score changes

5 lines (4 loc) 227 B
import { UserProvidedOptions } from "./types"; export declare const ARTIFACT_ROOT = "lighthouse-keeper"; export declare function lighthouseKeeper(_options?: UserProvidedOptions): Promise<void>; export default lighthouseKeeper;