Rocky_Mountain_Vending/.pnpm-store/v10/files/dc/105a198d447dfa47ff76e21bbbef150afe2e3465086991dfd79b7050c4531128636c9bb963ba991d7d3f534853108ef03ab014f5676f83257ad6e224077d11
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

3 lines
96 B
Text

declare function clamp(value: number, [min, max]: [number, number]): number;
export { clamp };