• Tests that both greater and than are finite whether greater > than is true.

    Example

    expect(isGreaterThanFinite(11,10).value).toBeTruthy()
    

    Parameters

    • greater: number

      The value being checked.

    • than: number

      The target value to perform the check against.

    Returns Result<boolean | undefined>

Generated using TypeDoc