Rocky_Mountain_Vending/.pnpm-store/v10/files/6c/2006e5f6fed84ca6e7a679f44fd8e873e73b0b10a944f064cf0c02b70d2b1e5f37da51e7b07bc03b6b491f5e34b38e08c9c082798f843bdcc0af65248a4f55
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
155 B
Text

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