constructor()
in
lib/wit.js [16:19]
4
lines of code
1
McCabe index (conditional complexity)
constructor(opts) { super(); this.config = Object.freeze(validate(opts)); }