"use strict"; module.exports = function shallowMerge(... objects) { return Object.assign({}, ... objects); };