get()

in lib/config.js [18:20]


  get(key) {
    return this.data[key];
  }