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

5 lines
No EOL
144 B
Text

declare function setDunderProto<P extends null | object>(target: {}, proto: P): P;
declare const x: false | typeof setDunderProto;
export = x;