i want to merge two Maps:
const map1 = new Map([ [1, {title: \'t1\', name: \'nam1\'}], [2, {title: \'t2\', name: \'nam2\'}] ]) const map2 = new Map([