• Tests if given value is not empty (!== '', !== null, !== undefined).

    Example

    expect(isNotEmpty('1').value).toBeTruthy()
    

    Parameters

    • value: any

      The value being checked.

    Returns Result<boolean | undefined>

Generated using TypeDoc