@qvant/qui-max
Version:
A Vue 3 Design system for Web.
9 lines (8 loc) • 370 B
JavaScript
import baseCreate from "./_baseCreate.js";
import getPrototype from "./_getPrototype.js";
import isPrototype from "./_isPrototype.js";
function initCloneObject(object) {
return typeof object.constructor == "function" && !isPrototype(object) ? baseCreate(getPrototype(object)) : {};
}
export { initCloneObject as default };
//# sourceMappingURL=_initCloneObject.js.map