Type alias Float<T>

Float<T>: T extends Integer<T>
    ? never
    : T

Float

Type Parameters

  • T extends number