toString()
in
lib/lexer.js [69:71]
3
lines of code
1
McCabe index (conditional complexity)
toString() { return `Type: ${this.typeName}`; }