TS 3.7 Release Notes typo
greg-murray-volusion opened this issue · 0 comments
greg-murray-volusion commented
For this sample comparing to type predicates:
if (isString(str)) {
return str.toUppercase();
}
In this case, I believe you meant to put the correct method str.toUpperCase();
on line 291.