Files
memecoin-botV2/.pnpm-store/v10/files/78/9f20de6a3818330cebd7075bfb900ea59c11c174a682dcdd6b83e51a8c099514278554211615f441515821976c5a3868316305c82ce12e8ad64e73d07a07c9

13 lines
553 B
Plaintext

var objectWithoutPropertiesLoose = require("./objectWithoutPropertiesLoose.js");
function _objectWithoutProperties(e, t) {
if (null == e) return {};
var o,
r,
i = objectWithoutPropertiesLoose(e, t);
if (Object.getOwnPropertySymbols) {
var n = Object.getOwnPropertySymbols(e);
for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
}
return i;
}
module.exports = _objectWithoutProperties, module.exports.__esModule = true, module.exports["default"] = module.exports;