constructor()

in lib/wit.js [16:19]


  constructor(opts) {
    super();
    this.config = Object.freeze(validate(opts));
  }