@artegoser/fluent
Version:
Better Fluent integration for JavaScript
4 lines (3 loc) • 467 B
TypeScript
export { Fluent, FluentOptions, AddTranslationOptions, FluentBundleOptions, GetTranslatorOptions, LocaleId, TranslationContext, } from './fluent';
export { WarningHandler, Warning, BaseWarning, TranslateWarning, TranslateBundleMissingMessageWarning, TranslateMessageMissingAttributeWarning, TranslateMissingTranslationWarning, } from './warnings/warnings';
export { LoggingWarningHandler, LoggingWarningHandlerOptions, } from './warnings/logging-warning-handler';