Files
med-notes/.pnpm-store/v10/files/cf/8b171e7f80ae203d0407904f41b8b7a1a94a50fc2846f88b102904182b1845bd578376308811f631135ffec184d66b9869b716ca600ff86643345315caf7a0
2025-05-09 05:30:08 +02:00

12 lines
303 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _classNameTDZError;
function _classNameTDZError(name) {
throw new ReferenceError('Class "' + name + '" cannot be referenced in computed property keys.');
}
//# sourceMappingURL=classNameTDZError.js.map