@pengzhanbo/utils - v3.4.1
    Preparing search index...

    Type Alias Negative<T>

    Negative: T extends Zero ? never : `${T}` extends `-${string}` ? T : never

    A negative number/bigint (-∞ < x < 0)

    负数 number/bigint-∞ < x < 0

    Type Parameters

    • T extends _Numeric

      要检查的数字类型