• Tests if the value is >= 0 and finite.

    Example

    expect(isNonNegativeFinite(0).value).toBeTruthy()
    

    Parameters

    • value: number

      The value being checked.

    Returns Result<boolean | undefined>

Generated using TypeDoc