Rocky_Mountain_Vending/.pnpm-store/v10/files/73/6e079d160c382a55ade335c3723ae562db1ad425e30c6ae804e7463338af07a68515f4441d0a49cd521202c024a03874d51f8ca31bd7f6ce8340704a248cf8
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
160 B
Text

/**
* Performs logical negation on the provided boolean value,
* returning the negated value.
*/
export declare const not: (value: boolean) => boolean;