lodash.isinteger
The lodash method `_.isInteger` exported as a module.
Found 30 results for isinteger
The lodash method `_.isInteger` exported as a module.
Validates if a value is an integer.
Test if a value is a number having a nonnegative integer value.
Test if a finite double-precision floating-point number is an integer.
Test if a value is a number having an integer value.
Test if a value is a number having a positive integer value.
Validates if a value is a positive integer.
Test if a finite double-precision floating-point number is a nonnegative integer.
Validates if a value is a nonnegative integer.
Validates if a value is a number primitive and an integer.
Test if a finite double-precision floating-point number is a negative integer.
Test if a finite double-precision floating-point number is a positive integer.
Test if a value is an array-like object containing only nonnegative integers.
Test if a value is an array-like object containing only integers.
Test if a value is an array-like object containing only positive integers.
Computes for each array element whether an element is an integer.
Test if a finite double-precision floating-point number is a safe integer.
Test if a value is a number having a negative integer value.
Test if a value is a number having a safe integer value.
An ES-spec-compliant Number.isInteger shim/polyfill/replacement that works as far down as ES3
Test if a value is a number having a nonpositive integer value.
Test if a value is an array-like object containing only safe integers.
Test if a finite double-precision floating-point number is a nonpositive integer.
Test if a value is an array-like object containing only nonpositive integers.
Test if a value is an array-like object containing only negative integers.
Validates if a value is a safe integer.
Validates if a value is a nonpositive integer.
Validates if a value is a negative integer.
Dependency free (ES6)Number.isInteger method implementation
The `Number.isInteger()` method determines whether the passed value is an integer.