Is T numeric.
T
type R = IsNumeric<1> // truetype R = IsNumeric<1.1> // truetype R = IsNumeric<string> // falsetype R = IsNumeric<unknown> // false Copy
type R = IsNumeric<1> // truetype R = IsNumeric<1.1> // truetype R = IsNumeric<string> // falsetype R = IsNumeric<unknown> // false
Is
T
numeric.