tools.js 96 Bytes Raw Blame History Permalink 1 2 3 const assign = (origin, diff) => Object.assign({}, origin, diff); module.exports = { assign };