Type alias Float<N>

Float<N>: IfExtends<IsFloat<N>, true, N, never>

Type representing a float

Type Parameters