Rocky_Mountain_Vending/.pnpm-store/v10/files/fc/12545ae1266e932d8bd325b61158d71efa9df70de387b9eaa9d497170fca1c23f9dd56a1007919e3ac89cd76629879add413a88fe9de3389ba1b2b4c6d38e9
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
210 B
Text

/**
* http://ecma-international.org/ecma-402/7.0/index.html#sec-canonicalizelocalelist
* @param locales
*/
export declare function CanonicalizeLocaleList(locales?: string | ReadonlyArray<string>): string[];