UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

4 lines (3 loc) 286 B
export { I18N_DEFAULT_LANG } from './consts.js'; export type { I18n, I18nCoreKey, I18nCoreTranslations, I18nLanguageCode, I18nSource, I18nSourceSafe, I18nTranslation, I18nTranslationKey, } from './types.js'; export { WordingManager, type WordingManagerKey } from './WordingManager.js';