UNPKG

237 BTypeScriptView Raw
1/**
2 * @module
3 * @description
4 * Entry point to i18n
5 */
6export * from './src/i18n/message';
7export * from './src/i18n/xmb_serializer';
8export * from './src/i18n/message_extractor';
9export * from './src/i18n/i18n_html_parser';