UNPKG

nestjs-i18n

Version:
3 lines (2 loc) 143 B
import { I18nTranslation } from '../interfaces'; export declare function mergeDeep(target: I18nTranslation, ...sources: any): I18nTranslation;