UNPKG

@ordojs/core

Version:

Core compiler and runtime for OrdoJS framework

5 lines 164 B
/** * @fileoverview Internationalization module exports */ export { I18nManager, TranslationWorkflow } from './i18n-manager.js'; //# sourceMappingURL=index.js.map