Type alias If_Gt<num1, num2>

If_Gt<num1, num2>: If_StrNumGt<Str<num1>, Str<num2>>

判断数字是否大于另一个数字,支持负数和多个类型

Type Parameters

  • num1 extends number | string | bigint

  • num2 extends number | string | bigint

Generated using TypeDoc