UNPKG

@foo-software/lighthouse-persist

Version:

A tool for persisting Lighthouse audit results used for website performance monitoring and analysis.

7 lines (6 loc) 159 B
declare const _default: ({ psiKey, strategy, url, }: { psiKey: string; strategy: string; url: string; }) => Promise<any>; export default _default;