UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

5 lines (4 loc) 201 B
import type { Locale } from 'use-intl'; declare function getConfigNowImpl(locale?: Locale): Promise<Date | undefined>; declare const getConfigNow: typeof getConfigNowImpl; export default getConfigNow;