Rocky_Mountain_Vending/.pnpm-store/v10/files/d0/4d15aa2973500c15823287b02eac1fda595d060fe7a6ad1eb47e5e6da28db1e8c331d8b7f39d7b953e3c076fcd961c13af43e9945181e20b87884d735abbfa
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
125 B
Text

declare function getProto<O extends object>(object: O): object | null;
declare const x: typeof getProto | null;
export = x;