UNPKG
@ordojs/core
Version:
latest (0.5.0-beta.2)
0.5.0-beta.2
0.5.0-beta.1
Core compiler and runtime for OrdoJS framework
@ordojs/core
/
dist
/
i18n
/
index.js
5 lines
•
164 B
JavaScript
View Raw
1
2
3
4
5
/** *
@fileoverview
Internationalization module exports */
export
{ I18nManager,
TranslationWorkflow
}
from
'./i18n-manager.js'
;
//# sourceMappingURL=index.js.map