UNPKG

@dotbase/fhir-resources

Version:

Exports a module containing urls for all FHIR resources used within dotbase. Is used to avoid 'magic urls' within dotbase code.

6 lines (5 loc) 234 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Url = void 0; var url_1 = require("./url"); Object.defineProperty(exports, "Url", { enumerable: true, get: function () { return url_1.default; } });