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