toString()

in lib/lexer.js [69:71]


  toString() {
    return `Type: ${this.typeName}`;
  }