UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

4 lines (3 loc) 148 B
declare function getLocaleCachedImpl(): Promise<string>; declare const getLocaleCached: typeof getLocaleCachedImpl; export default getLocaleCached;