Rocky_Mountain_Vending/.pnpm-store/v10/files/6a/41855d4444572db6c072a1b3be086eb7509d7b02d38ab06bd54384eb781b45aab50f6fed4e291ab8f0676c750cb1ab42fff2c04d0b9e811e27d600a67269f7
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

4 lines
131 B
Text

export function parse(source: string): string[];
export function parse<T>(source: string, transform: (value: string) => T): T[];