Preparing search index...
The search index is not available
@vangware/predicates
@vangware/predicates
isSafeInteger
Function isSafeInteger
is
Safe
Integer
(
input
:
number
)
:
boolean
Check if value passed is a safe integer.
Example
isSafeInteger
(
13
);
// true
isSafeInteger
(
10.13
);
// false
Parameters
input:
number
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
@vangware/predicates
between
has
has
Async
Iterator
Symbol
has
Iterator
Symbol
is
is
Array
is
Async
Iterable
is
Asynchronous
Iterable
is
Big
Int
is
Boolean
is
Date
is
Falsy
is
Function
is
Instance
Of
is
Iterable
is
Null
is
Nullish
is
Number
is
Object
is
Promise
is
Property
Key
is
Property
Of
is
Prototype
Of
is
Prototype
Of
Object
is
Reg
Exp
is
Safe
Integer
is
String
is
Symbol
is
Truthy
is
Type
is
Undefined
match
Check if value passed is a safe integer.
Example