Files
med-notes/.pnpm-store/v10/files/24/3d324f54fe0d8c45f786603f2b18a2d7678a6c056ca4db910d29a42f075ee66f68bcc22dd4e97a139511ee3a0a8a992f1f6146281646d52d2ef34d1a030447
2025-05-09 05:30:08 +02:00

20 lines
499 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _objectWithoutPropertiesLoose;
function _objectWithoutPropertiesLoose(source, excluded) {
if (source == null) return {};
var target = {};
for (var key in source) {
if (Object.prototype.hasOwnProperty.call(source, key)) {
if (excluded.indexOf(key) !== -1) continue;
target[key] = source[key];
}
}
return target;
}
//# sourceMappingURL=objectWithoutPropertiesLoose.js.map