@zero-scripts/core
Version:
Framework for creating presets, configurations and extensions
8 lines • 317 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.cloneInstance = void 0;
function cloneInstance(original) {
return Object.assign(Object.create(Object.getPrototypeOf(original)), original);
}
exports.cloneInstance = cloneInstance;
//# sourceMappingURL=cloneInstance.js.map