Rocky_Mountain_Vending/.pnpm-store/v10/files/7e/4d486d1bc38ad1a619795d1fafebf32822d25b648ce946bfe46dfa291d9e103290c68137408631466aa0e4da737df708abae46701a62fc2f3afb6fa1998c7e
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
130 B
Text

export function nonNullable(value) {
return value !== null && value !== undefined;
}
//# sourceMappingURL=non-nullable.js.map