@pleisto/active-support

    Type Alias Negative<T>

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

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

    Type Parameters

    • T extends Numeric
    MMNEPVFCICPMFPCPTTAAATR