UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

10 lines 399 B
"use strict"; /** * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved * Project name: FUME-COMMUNITY */ Object.defineProperty(exports, "__esModule", { value: true }); exports.parseXml = void 0; const xmlToJson_1 = require("./xmlToJson"); Object.defineProperty(exports, "parseXml", { enumerable: true, get: function () { return xmlToJson_1.parseXml; } }); //# sourceMappingURL=index.js.map