trezm/type-doc

Make `+` expressions follow this algorithm for deciding type:

trezm opened this issue · 0 comments

trezm commented
  1. If left side or right side is a string, return 'string'
  2. return 'number'