Rocky_Mountain_Vending/.pnpm-store/v10/files/14/9f0054d8db5e816fa1779569b264dcf7d2bcc0097093d3985b46731829b9fb65b8220b56672398196c69f4680a01a25a4dff9e83a22005e08ea3ac8026ef3f
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

22 lines
No EOL
694 B
Text

export default JsUsage;
/**
* @fileoverview Tracks unused JavaScript
*/
declare class JsUsage extends BaseGatherer {
/** @type {LH.Crdp.Profiler.ScriptCoverage[]} */
_scriptUsages: LH.Crdp.Profiler.ScriptCoverage[];
/**
* @param {LH.Gatherer.Context} context
*/
startInstrumentation(context: LH.Gatherer.Context): Promise<void>;
/**
* @param {LH.Gatherer.Context} context
*/
stopInstrumentation(context: LH.Gatherer.Context): Promise<void>;
/**
* @return {Promise<LH.Artifacts['JsUsage']>}
*/
getArtifact(): Promise<LH.Artifacts["JsUsage"]>;
}
import BaseGatherer from '../base-gatherer.js';
//# sourceMappingURL=js-usage.d.ts.map