Files
med-notes/.pnpm-store/v10/files/a5/ed23e525b10ec58c22c8d9148d07a25269723c59fb8134f59de3d6ecfa03c36bd9e48c268a25bfba52db6a36d061e732db828e4c4f7ed9c80d034c3b934bec
2025-05-09 05:30:08 +02:00

12 lines
398 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _initializerWarningHelper;
function _initializerWarningHelper(descriptor, context) {
throw new Error("Decorating class property failed. Please ensure that " + "transform-class-properties is enabled and runs after the decorators transform.");
}
//# sourceMappingURL=initializerWarningHelper.js.map