@suspensive/react-query-4
Version:
Suspensive interfaces for @tanstack/react-query@4
15 lines (13 loc) • 610 B
JavaScript
const require_objectWithoutPropertiesLoose = require('./objectWithoutPropertiesLoose.cjs');
//#region \0@oxc-project+runtime@0.130.0/helpers/objectWithoutProperties.js
function _objectWithoutProperties(e, t) {
if (null == e) return {};
var o, r, i = require_objectWithoutPropertiesLoose._objectWithoutPropertiesLoose(e, t);
if (Object.getOwnPropertySymbols) {
var s = Object.getOwnPropertySymbols(e);
for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
}
return i;
}
//#endregion
exports._objectWithoutProperties = _objectWithoutProperties;