Login
From:
Stack Overflow
(Uncensored)
subscribe
Typescript number must be less than 1 and greater than 0 - Stack Overflow
https://stackoverflow.com/questions/39540156/typescript-number-must-be-less-than-1-and-greater-than-0
links
backlinks
Roast topics
Find topics
Find it!
I'm wondering if there is a way yet, in Typescript, to ensure that the value of a number is less than and/or greater than a certain value. Right now it allows you to specify a list of values, but I...