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

    Type Alias NegativeInteger<T>

    NegativeInteger: Negative<Integer<T>>

    A negative (-∞ < x < 0) number that is an integer. Equivalent to Negative<Integer<T>>.

    一个负数(-∞ < x < 0),且是整数的number。 等同于Negative<Integer<T>>

    Type Parameters

    • T extends number

      要检查的数字类型