I want to create a type for a year state in React which should be a number with 4 digits :
type Year = number & **what should I add here to limit to 4 digits**
I want to create a type for a year state in React which should be a number with 4 digits :
type Year = number & **what should I add here to limit to 4 digits**