Rocky_Mountain_Vending/.pnpm-store/v10/files/6a/8efd092022170f34cc1f42d5669a367da55fd442bacde101c709fd999bbc61f0ee06f73cf99628c76403e62ff22d4cc3eb5ff5bbcaac5c147557200fb7f2e1
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
99 B
Text

'use strict';
export default function isCancel(value) {
return !!(value && value.__CANCEL__);
}