Is there a simple way to merge ES6 Maps together (like Object.assign
)? And while we’re at it, what about ES6 Sets (like Array.concat
)?
Is there a simple way to merge ES6 Maps together (like Object.assign
)? And while we’re at it, what about ES6 Sets (like Array.concat
)?