Rocky_Mountain_Vending/.pnpm-store/v10/files/2d/13275e8a9903f17c4bb8156ec5c10c92404bf93d00da1bc6605804b910948ed756d8feb010cf853637a13c6ae1422bc4fa3bf4aae06109a7f8c2189202dff0
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

8 lines
244 B
Text

/**
* @internal
*
* Emits warning if the provided Node.js version string is pending deprecation.
*
* @param version - The Node.js version string.
*/
export declare const emitWarningIfUnsupportedVersion: (version: string) => void;