UNPKG

timeline-state-resolver-types

Version:
10 lines 421 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TranslationsBundleType = void 0; var TranslationsBundleType; (function (TranslationsBundleType) { /** i18next JSON data */ TranslationsBundleType["I18NEXT"] = "i18next"; })(TranslationsBundleType || (TranslationsBundleType = {})); exports.TranslationsBundleType = TranslationsBundleType; //# sourceMappingURL=translations.js.map