mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-10 03:52:57 +00:00
26 lines
834 B
JavaScript
26 lines
834 B
JavaScript
// node_modules/@storybook/components/dist/chunk-FD4M6EBV.mjs
|
|
function _extends() {
|
|
return _extends = Object.assign ? Object.assign.bind() : function(target) {
|
|
for (var i = 1; i < arguments.length; i++) {
|
|
var source = arguments[i];
|
|
for (var key in source)
|
|
Object.prototype.hasOwnProperty.call(source, key) && (target[key] = source[key]);
|
|
}
|
|
return target;
|
|
}, _extends.apply(this, arguments);
|
|
}
|
|
function _objectWithoutPropertiesLoose(source, excluded) {
|
|
if (source == null)
|
|
return {};
|
|
var target = {}, sourceKeys = Object.keys(source), key, i;
|
|
for (i = 0; i < sourceKeys.length; i++)
|
|
key = sourceKeys[i], !(excluded.indexOf(key) >= 0) && (target[key] = source[key]);
|
|
return target;
|
|
}
|
|
|
|
export {
|
|
_extends,
|
|
_objectWithoutPropertiesLoose
|
|
};
|
|
//# sourceMappingURL=chunk-DT2TQNGQ.js.map
|