• Checks if the value is > 0 and finite.

    Example

    expect(isPositiveFiniteInteger(10).value).toBeTruthy()
    

    Parameters

    • target: number

      The value being checked.

    Returns Result<boolean | undefined>

Generated using TypeDoc