nestjs-i18n
Version:
The i18n module for Nest.
15 lines (14 loc) • 732 B
TypeScript
export * from './i18n.module';
export { I18N_OPTIONS, I18N_TRANSLATIONS, I18N_LANGUAGES, I18N_RESOLVER_OPTIONS, I18N_RESOLVERS, I18N_LOADER_OPTIONS, } from './i18n.constants';
export * from './i18n.context';
export * from './services/i18n.service';
export * from './interfaces';
export * from './decorators';
export * from './resolvers';
export * from './loaders';
export * from './interceptors/i18n-language.interceptor';
export * from './filters/i18n-validation-exception.filter';
export { I18nMiddleware } from './middlewares/i18n.middleware';
export * from './pipes/i18n-validation.pipe';
export { i18nValidationErrorFactory, i18nValidationMessage, getContextObject, } from './utils';
export { Path, PathValue } from './types';