UNPKG

beam-cli

Version:

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

4 lines (3 loc) 340 B
import { LighthouseResultsSummary, LighthouseResultSummary } from '../../analyse/analyse-lighthouse-results.js'; export declare const sortResults: (results: LighthouseResultsSummary, category: string, ascending: boolean) => LighthouseResultSummary[]; export declare const getSortCategories: (results: LighthouseResultsSummary) => string[];