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

2 lines
125 B
Text

export declare function getObjectClassLabel(value: any): string;
export declare function isPlainObject(value: any): boolean;