UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

4 lines (3 loc) 180 B
import type { Locale } from 'use-intl'; export declare function getCachedRequestLocale(): string | undefined; export declare function setCachedRequestLocale(locale: Locale): void;