• Returns true if and only if the given array is not null or undefined and has at least one item.

    See

    Type Parameters

    Type Parameters

    • T

    Parameters

    • array: undefined | null | T[]

    Returns array is NonEmptyArray<T>

  • Returns true if and only if the given iterable is not null or undefined and has at least one item.

    See

    Type Parameters

    Type Parameters

    • T

    Parameters

    • iterable: undefined | null | Iterable<T>

    Returns iterable is Iterable<T>

Generated using TypeDoc