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

    Example

    expect(isLessThanFinite(1,2).value).toBeTruthy()
    

    Parameters

    • less: number

      The value being checked.

    • than: number

      The target value to perform the check against.

    Returns Result<boolean | undefined>

Generated using TypeDoc