med-notes/.pnpm-store/v10/files/04/9a28c127c742232524d00ad420f90ce58a75fb67493a2f3aa63e159b4118da35eb3c7d209237c01bbc43796df3ca044129dde75375c7e7ad00b4e7b0b52d88
2025-05-09 05:30:08 +02:00

14 lines
309 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _newArrowCheck;
function _newArrowCheck(innerThis, boundThis) {
if (innerThis !== boundThis) {
throw new TypeError("Cannot instantiate an arrow function");
}
}
//# sourceMappingURL=newArrowCheck.js.map