const shallowClone = obj => Object.assign({}, obj); module.exports = shallowClone;