@oystehr/sdk
Version:
Oystehr SDK
19 lines (14 loc) • 604 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var index$1 = require('./errors/index.cjs');
var index = require('./resources/classes/index.cjs');
// HACK: ideally we would only have to do this for CommonJS
// where default + named exports are not allowed; however,
// our ancient tsc settings are somehow grabbing js from
// dist/esm and types from dist/cjs
class Oystehr extends index.Oystehr {
static OystehrFHIRError = index$1.OystehrFHIRError;
static OystehrSdkError = index$1.OystehrSdkError;
}
exports.default = Oystehr;
//# sourceMappingURL=index.cjs.map