Function isEmpty

  • Determines whether the given async-iterable is empty.

    Type Parameters

    • T

      The type of elements in the source sequence.

    Parameters

    • source: Iterable<T>

      The source async-iterable to determine whether it is empty.

    Returns boolean

    Returns true if the sequence is empty, otherwise false.

Generated using TypeDoc