Rocky_Mountain_Vending/.pnpm-store/v10/files/5e/2ebf6563ee762fe5fb8a3dbd52527bf33efcdb5e1729754745cf524600841e7810c76ce1981a92d784f87546c9d9c9eefb18e1e8c56eb95af811d7b157f1ab
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

6 lines
143 B
Text

/**
* @internal
*
* Escapes characters that can not be in an XML element.
*/
export declare function escapeElement(value: string): string;