Rocky_Mountain_Vending/.pnpm-store/v10/files/c7/2a3284de7fe426084b0e812bd0a4e41c425d1faae3817065984fdf6e44006e9f883c5fd5ff10d31a0ea0982c9978ee38d4f3c31c04485b40650df20968f189
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
263 B
Text

/**
* https://tc39.es/ecma402/#sec-canonicalizetimezonename
* @param tz
*/
export declare function CanonicalizeTimeZoneName(tz: string, { zoneNames, uppercaseLinks, }: {
zoneNames: readonly string[];
uppercaseLinks: Record<string, string>;
}): string;