Static
assertStatic
assertStatic
assertStatic
assertAsserts that the given value is an integer or float value.
The value to assert.
Static
bigGet or create a bigint from the given value. (Note: on float conversion, Math.trunc() is used)
The value to convert.
The bigint value.
Static
buildStatic
buildStatic
buildStatic
buildStatic
floatGet or create an float from the given value.
The value to convert.
The float value.
Static
intGet or create an integer from the given value. (Note: on float conversion, Math.trunc() is used)
The value to convert.
The integer value.
Static
isStatic
isStatic
isStatic
isStatic
numberGet or create an number from the given value. (can be float or int)
The value to convert.
The number value.
The core Number functions.
Since
v1.0.0