• Checks if the value is > 0 and finite.

    Example

    expect(isPositiveFinite(4.4).value).toBeTruthy()
    

    Parameters

    • target: number

      The value being checked.

    Returns Result<boolean | undefined>

Generated using TypeDoc