@suspensive/react-query-4
Version:
Suspensive interfaces for @tanstack/react-query@4
15 lines (13 loc) • 541 B
JavaScript
import { _objectWithoutPropertiesLoose } from "./objectWithoutPropertiesLoose.mjs";
//#region \0@oxc-project+runtime@0.130.0/helpers/objectWithoutProperties.js
function _objectWithoutProperties(e, t) {
if (null == e) return {};
var o, r, i = _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
export { _objectWithoutProperties };