Here is my (simplified) constructor:
class User { constructor() { Object.assign(this, setup); } } const setup = { name: \'\' } export {