Preparing search index...
The search index is not available
ts-roids
ts-roids
IsInteger
Type alias IsInteger<N>
Is
Integer
<
N
>
:
number
extends
N
?
boolean
:
N
extends
N
?
`
${
N
}
`
extends
`
${
string
}
.
${
string
}
`
?
false
:
true
:
never
Check if a given numeric value is an integer
Type Parameters
N
extends
Numeric
Returns
true if it is, else false
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
ts-roids
Loading...
Check if a given numeric value is an integer