@ordojs/core
Version:
Core compiler and runtime for OrdoJS framework
6 lines • 311 B
TypeScript
/**
* @fileoverview Internationalization module exports
*/
export { I18nManager, TranslationWorkflow } from './i18n-manager.js';
export type { FormatOptions, GenderRules, I18nConfig, LocaleConfig, PluralRules, TranslationContext, TranslationData } from './i18n-manager.js';
//# sourceMappingURL=index.d.ts.map