Rocky_Mountain_Vending/.pnpm-store/v10/files/6b/2f625ffef6fd8f64e18ccc48a01341e898de6705cc0bc2f57ceccb1296b677663b94b2ea7532ea2dd0cd621ef223a566047ae9de16073dbae2621b4c4f3ca2
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
391 B
Text

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