Rocky_Mountain_Vending/.pnpm-store/v10/files/d7/5bbbc94c2b4428d24bd9d963c403843027129ca64303ccf57254139f8ddf851fdae480785e8f6ae545f26c38e83c975d916a3e8de2ea1d6350ff7635cbfb35
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

10 lines
No EOL
363 B
Text

export default DOMStats;
declare class DOMStats extends BaseGatherer {
/**
* @param {LH.Gatherer.Context} passContext
* @return {Promise<LH.Artifacts['DOMStats']>}
*/
getArtifact(passContext: LH.Gatherer.Context): Promise<LH.Artifacts["DOMStats"]>;
}
import BaseGatherer from '../../base-gatherer.js';
//# sourceMappingURL=domstats.d.ts.map