constructor()

in src/Setting.ts [16:18]


  constructor(setting: Setting = {}) {
    this.setting = setting;
  }