Rocky_Mountain_Vending/.pnpm-store/v10/files/34/aacf57db44b94214317276609800338afb7349023b949816fb4a655989f70a11a5740963c78e360568971fa89618f3a1b409f7c87fd952f19df86ef4b52ef4
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
147 B
Text

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