UNPKG

unlighthouse

Version:

Delightfully scan your entire website with Google Lighthouse. Navigate your performance, accessibility and SEO.

8 lines (5 loc) 204 B
export * from './dist/index.js' declare global { import type { UserConfig } from '@unlighthouse/core' const defineUnlighthouseConfig: UserConfig | (() => UserConfig) | (() => Promise<UserConfig>) }