UNPKG

beam-cli

Version:

A beautifully simple CLI for running Lighthouse audits on a statically generated (SSG) website

10 lines (9 loc) 240 B
export declare type Flags = { config?: string; dist?: string; urls?: string; port?: number; setup?: boolean; gui?: boolean; }; export declare const validateFlags: (input: string[], flags: Flags) => Promise<boolean>;