TypeScript character type?

charliebrownie picture charliebrownie · Mar 8, 2017 · Viewed 23.9k times · Source

My question is very brief. I am new to TypeScript, been searching around here and there but didn't find yet an answer.

Does any experienced TypeScripter know if there is a character Type or an easy way to achieve one?

Answer

Ryan Cavanaugh picture Ryan Cavanaugh · Mar 8, 2017

TypeScript does not have a type for representing fixed-length strings.