fume-fhir-converter
Version:
FHIR-Utilized Mapping Engine - Community
13 lines • 713 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SimpleCache = exports.initCache = exports.getCache = void 0;
/**
* © Copyright Outburn Ltd. 2022-2024 All Rights Reserved
* Project name: FUME-COMMUNITY
*/
var cache_1 = require("./cache");
Object.defineProperty(exports, "getCache", { enumerable: true, get: function () { return cache_1.getCache; } });
Object.defineProperty(exports, "initCache", { enumerable: true, get: function () { return cache_1.initCache; } });
var simpleCache_1 = require("./simpleCache");
Object.defineProperty(exports, "SimpleCache", { enumerable: true, get: function () { return simpleCache_1.SimpleCache; } });
//# sourceMappingURL=index.js.map