@w5s/coreInterfacesBoundedSur cette pageBounded <T>Generic bound module of value TIndex BoundmaxValueminValueBound readonlymaxValuemaxValue: TMaximum value for this type@exampleconst anyNumber: numberanyNumber < Number.maxValue // truereadonlyminValueminValue: TMinimum value for this type@exampleconst anyNumber: numberanyNumber > Number.minValue // true
Generic bound module of value
T