@luolapeikko/ts-common
    Preparing search index...

    Function isNotAsyncIterable

    • Type guard that checks if a value is not an async iterable object.

      Type Parameters

      • T

        The type of elements contained in the async iterable.

      Parameters

      • value: unknown

        The value to check for non-async iterability.

      Returns value is unknown

      true if the value does not implement the AsyncIterable interface; otherwise, false.

      Use IterCore.isNotAsyncIterable instead

      v0.4.5