Search results
33 packages found
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
The lodash method `_.isFinite` exported as a module.
Test if a double-precision floating-point numeric value is finite.
- stdlib
- stdmath
- assertion
- assert
- utilities
- utility
- utils
- util
- math
- mathematics
- ieee754
- floating-point
- float
- double
- View more
ExtremeJS Utilities
Test if a value is a finite number.
Test if a double-precision floating-point numeric value is a positive finite number.
Test if a double-precision floating-point numeric value is a negative finite number.
Test if a numeric value is a nonpositive finite number.
A simple utility to Check the value is number or can convert to a number, for example string ' 123 ' can be converted to 123.
Test if a numeric value is a nonnegative finite number.
Test if a value is a number having a finite positive value.
- stdlib
- stdassert
- assertion
- assert
- utilities
- utility
- utils
- util
- number
- numeric
- positive
- is
- isnumber
- isnumeric
- View more
Test if a value is an array-like object containing only finite numbers.
- stdlib
- stdassert
- assertion
- assert
- utilities
- utility
- utils
- util
- typed
- array
- typed array
- is
- istypedarray
- istyped
- View more
Test if a value is a number having a finite negative value.
- stdlib
- stdassert
- assertion
- assert
- utilities
- utility
- utils
- util
- number
- numeric
- negative
- is
- isnumber
- isnumeric
- View more
The ts-is-number a utility npm package that checks if a given input is a valid finite number or a string that can be converted to a valid finite number.
locore is a Standard library. the library with basic JavaScript methods to improve development efficiency.
- locore
- lodash
- typescripts
- qianduanka
- type
- isPrimitive
- isNumber
- isString
- isBoolean
- isNull
- isUndefined
- isBigInt
- isSymbol
- isPureObject
- View more
An ES-spec-compliant Number.isFinite shim/polyfill/replacement that works as far down as ES3
Validates if a value is a finite number.
Computes for each array element whether an element is a finite number.
- compute.io
- compute
- computation
- array
- utilities
- utils
- isfinite
- finite
- infinite
- logical
- mathematics
- math
- statistics
- stats
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
ES6-compliant shim for Number.isFinite.