UNPKG

ordojs

Version:

A revolutionary web framework with compile-time optimizations and unified client-server development

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