UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

9 lines (6 loc) 222 B
import getConfigNow from './getConfigNow.js'; import getDefaultNow from './getDefaultNow.js'; async function getNow(opts) { return (await getConfigNow(opts?.locale)) ?? getDefaultNow(); } export { getNow as default };