UNPKG

nestjs-i18n

Version:
3 lines (2 loc) 173 B
import { I18nContext } from '../i18n.context'; export declare function getI18nContextOrThrow<K = Record<string, unknown>>(i18n: I18nContext<K> | undefined): I18nContext<K>;