UNPKG

beam-cli

Version:

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

8 lines (7 loc) 196 B
import type { Options } from './types.js'; /** * **Default Options.** * Will be merged with the user configuration to form the * options used. */ export declare const defaultOptions: Options;