Rocky_Mountain_Vending/.pnpm-store/v10/files/8d/798a7744d5d1cf8e4c6d4b611b22e0625c04130f745f11e75e8187c05149430692da6c6527a8566c4a5313600510c572f288dbed66f1ba62fcd49ff6446343
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
122 B
Text

export default function(a, b) {
return a = +a, b = +b, function(t) {
return Math.round(a * (1 - t) + b * t);
};
}