isnumber
There are 16 repositories under isnumber topic.
Drag13/IsNumberStrict
Checks if JavaScript variable is a number. Strings are not allowed.
stdlib-js/assert-is-negative-number
Test if a value is a number having a negative value.
stdlib-js/assert-is-negative-zero
Test if a value is equal to negative zero.
stdlib-js/assert-is-nonpositive-number
Test if a value is a number having a nonpositive value.
stdlib-js/assert-is-number
Test if a value is a number.
stdlib-js/assert-is-positive-zero
Test if a value is equal to positive zero.
stdlib-js/assert-is-negative-finite
Test if a value is a number having a negative value.
stdlib-js/assert-is-nonnegative-finite
Test if a value is a number having a nonnegative finite value.
stdlib-js/assert-is-nonnegative-number
Test if a value is a number having a nonnegative value.
stdlib-js/assert-is-nonpositive-finite
Test if a value is a number having a nonpositive finite value.
stdlib-js/assert-is-number-array
Test if a value is an array-like object of numbers.
stdlib-js/assert-is-positive-finite
Test if a value is a number having a non-infinite positive value.
stdlib-js/assert-is-positive-number
Test if a value is a number having a positive value.
stdlib-js/assert-is-well-formed-string
Test if a string is a well-formed string.
v-checha/is-number
This package is a simple utility to check if a value is a number. Repository
zlatinejc/isnumber
A native module for effectively validating if a value is type Number.