Type alias OddNumeric<T>

OddNumeric<T>: IfExtends<StringifyPrimitive<T>, `${Numeric | ""}${1 | 3 | 5 | 7 | 9}`, T, never>

Represents an odd numeric?

Type Parameters

Example

Odd<2587967>; // 2587967
Odd<215848141>; // 215848141
Odd<200000000000000>; // never