UNPKG

@abaplint/runtime

Version:
9 lines 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.moveCorresponding = moveCorresponding; function moveCorresponding(source, target) { for (const n in source.get()) { target.get()[n]?.set(source.get()[n]); } } //# sourceMappingURL=move_corresponding.js.map