StaticassertStaticassertStaticassertStaticassertAsserts that the given value is an integer or float value.
The value to assert.
StaticbigGet or create a bigint from the given value. (Note: on float conversion, Math.trunc() is used)
The value to convert.
The bigint value.
StaticbuildStaticbuildStaticfloatGet or create an float from the given value.
The value to convert.
The float value.
StaticintGet or create an integer from the given value. (Note: on float conversion, Math.trunc() is used)
The value to convert.
The integer value.
StaticisStaticisStaticisStaticisStaticnumberGet 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