Rocky_Mountain_Vending/.pnpm-store/v10/files/0a/d68415c6fb90870320eace1f6e5a219b1b0284e82b280c65771d156189451ff898552f5faa677ae9711b709975b4fd76a9b37d4dd9fd91a61e3f54bbb683a0
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

35 lines
No EOL
1.3 KiB
Text

export { ModuleDuplicationComputed as ModuleDuplication };
declare const ModuleDuplicationComputed: typeof ModuleDuplication & {
request: (dependencies: Pick<import("../index.js").Artifacts, "Scripts" | "SourceMaps">, context: LH.Artifacts.ComputedContext) => Promise<Map<string, {
scriptId: string;
scriptUrl: string;
resourceSize: number;
}[]>>;
};
declare class ModuleDuplication {
/**
* @param {string} source
*/
static normalizeSource(source: string): string;
/**
* @param {string} source
*/
static _shouldIgnoreSource(source: string): boolean;
/**
* @param {Map<string, Array<{scriptId: string, resourceSize: number}>>} moduleNameToSourceData
*/
static _normalizeAggregatedData(moduleNameToSourceData: Map<string, Array<{
scriptId: string;
resourceSize: number;
}>>): void;
/**
* @param {Pick<LH.Artifacts, 'Scripts'|'SourceMaps'>} artifacts
* @param {LH.Artifacts.ComputedContext} context
*/
static compute_(artifacts: Pick<LH.Artifacts, "Scripts" | "SourceMaps">, context: LH.Artifacts.ComputedContext): Promise<Map<string, {
scriptId: string;
scriptUrl: string;
resourceSize: number;
}[]>>;
}
//# sourceMappingURL=module-duplication.d.ts.map