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

    Function isNotIterable

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

      Type Parameters

      • T

        The type of elements contained in the iterable.

      Parameters

      • value: unknown

        The value to check for non-iterability.

      Returns value is unknown

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

      Use IterCore.isNotIterable instead

      v0.4.5