UNPKG

perf-audit-cli

Version:

CLI tool for continuous performance monitoring and analysis

3 lines 216 B
import type { CommandLighthouseOptions } from '../types/commands.ts'; export declare function lighthouseCommand(url: string, options: CommandLighthouseOptions): Promise<void>; //# sourceMappingURL=lighthouse.d.ts.map