UNPKG

typeorm-translatable

Version:

Translation classes, utils and decorators for i18n in TypeORM

9 lines (8 loc) 272 B
export * from './TranslationConfig'; export * from './TranslatableEntity'; export * from './TranslationEntity'; export * from './TranslatableRepository'; export * from './utils'; export * from './exceptions'; export * from './types'; export * from './decorators';