• Tests if an array is empty.

    Example

    expect(isArrayEmpty([]).value).toBeTruthy()
    

    Parameters

    • target: any[]

      The array being checked

    Returns Result<boolean | undefined>

Generated using TypeDoc