Preparing search index...
The search index is not available
ts-roids
ts-roids
IsFloat
Type alias IsFloat<N>
Is
Float
<
N
>
:
number
extends
N
?
boolean
:
N
extends
N
?
`
${
N
}
`
extends
`
${
string
}
.
${
string
}
`
?
true
:
false
:
never
Check if a given numeric value is an float
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 float