UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

5 lines (4 loc) 127 B
import type { Locale } from 'use-intl'; export default function getTimeZone(opts?: { locale?: Locale; }): Promise<Locale>;