storybook
Version:
Storybook: Develop, document, and test UI components in isolation
15 lines (13 loc) • 341 B
JavaScript
// ../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
function _objectWithoutPropertiesLoose(r, e) {
if (r == null) return {};
var t = {};
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
if (e.indexOf(n) !== -1) continue;
t[n] = r[n];
}
return t;
}
export {
_objectWithoutPropertiesLoose
};