Rocky_Mountain_Vending/.pnpm-store/v10/files/da/657ef983df5d92aba497199a0bf27541d34561efeb6140a0aa6345640de95f67c93025fc76086e4a735954e75f4e1bd2d6be29718daf1a74713e10f8088e33
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
236 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;