define(function() { console.log('[Names] loaded'); return { formatName: function (first, last) { return `${first} ${last}`; } }; })