Optional
max?: bigintUpper bound for the generated int (included)
highest possible value for this type
Since 3.0.0
Optional
maxUpper bound of the generated array size
0x7fffffff — defaulting seen as "max non specified" when defaultSizeToMaxWhenMaxSpecified=true
Since 3.0.0
Optional
min?: bigintLower bound for the generated int (included)
smallest possible value for this type
Since 3.0.0
Optional
minLower bound of the generated array size
0
Since 3.0.0
Optional
size?: SizeForArbitraryDefine how large the generated values should be (at max)
Since 3.0.0
Since 3.0.0
Generated using TypeDoc
Constraints to be applied on typed arrays for big int values