Rocky_Mountain_Vending/.pnpm-store/v10/files/28/ea96a8d540ac29d1e1cc9047b0d5e8ee5e86ba877589f9f476c113fbd71e75fdc01a79027af7d782993d9fbb905088f6fc6965793050f7506bc1be741b06cb
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
231 B
Text

/**
* https://tc39.es/ecma402/#sec-lookupsupportedlocales
* @param availableLocales
* @param requestedLocales
*/
export declare function LookupSupportedLocales(availableLocales: string[], requestedLocales: string[]): string[];