'use strict'; module.exports = { change: function change(data) { Object.assign(this, data); this.update(); } };