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

15 lines
353 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _checkInRHS;
function _checkInRHS(value) {
if (Object(value) !== value) {
throw TypeError("right-hand side of 'in' should be an object, got " + (value !== null ? typeof value : "null"));
}
return value;
}
//# sourceMappingURL=checkInRHS.js.map