@suspensive/react-query-4
Version:
Suspensive interfaces for @tanstack/react-query@4
14 lines (12 loc) • 369 B
JavaScript
//#region \0@oxc-project+runtime@0.130.0/helpers/objectWithoutPropertiesLoose.js
function _objectWithoutPropertiesLoose(r, e) {
if (null == r) return {};
var t = {};
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
if (e.includes(n)) continue;
t[n] = r[n];
}
return t;
}
//#endregion
exports._objectWithoutPropertiesLoose = _objectWithoutPropertiesLoose;