Files
memecoin-botV2/.pnpm-store/v10/files/39/864e25fe24303fe8af40df3003bc678f215da6c74d7358598b0a7cfe70c5f5375c234ed4426c7bffb108aa25137aefbc3a2355c432d892407f1865d181dbec

10 lines
270 B
Plaintext

function _objectWithoutPropertiesLoose(r, e) {
if (null == r) return {};
var t = {};
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
if (-1 !== e.indexOf(n)) continue;
t[n] = r[n];
}
return t;
}
export { _objectWithoutPropertiesLoose as default };