• Tests if the value is a negative number.

    Example

    expect(isNegative(-1).value).toBeTruthy()
    

    Parameters

    • target: number

      The value being checked.

    Returns Result<boolean | undefined>

Generated using TypeDoc