UNPKG

xml-from-object

Version:

Easy, highly typed and customizable way to build your xml using JS/TS plain objects.

7 lines 486 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.xmlFromObject = exports.XmlFromObject = void 0; var xml_from_object_1 = require("./xml-from-object"); Object.defineProperty(exports, "XmlFromObject", { enumerable: true, get: function () { return xml_from_object_1.XmlFromObject; } }); Object.defineProperty(exports, "xmlFromObject", { enumerable: true, get: function () { return xml_from_object_1.xmlFromObject; } }); //# sourceMappingURL=index.js.map