Type Alias IsNegative<T, $O>
IsNegative: IsBigint< T, { $else: NumberPlus.IsNumber< Exclude<T, bigint>, { $else: $ResolveBranch<$O, [$Else]>; $then: NumberPlus.IsNegative._Negative<T, number, $O>; distributive: $O["distributive"]; }, >; $then: NumberPlus.IsNegative._Negative<T, bigint, $O>; distributive: $O["distributive"]; },>
Is
T
a negative numeric type.