@sap-ux/i18n
Version:
Library for i18n
10 lines • 347 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FileFormat = void 0;
var FileFormat;
(function (FileFormat) {
FileFormat["properties"] = "properties";
FileFormat["csv"] = "csv";
FileFormat["json"] = "json";
})(FileFormat || (exports.FileFormat = FileFormat = {}));
//# sourceMappingURL=types.js.map