Currently a bunch of if statements. Could probably do: ``` constructor(config: ConfigObject) { Object.assign(this, this, config) } ```
Currently a bunch of if statements.
Could probably do: