@samatawy/diagrams
    Preparing search index...

    Function isConnectionNode

    • Type guard to check if a value is both an INode and an IConnection, indicating that it is a connection node.

      Parameters

      • value: unknown

        The value to check.

      Returns value is IConnection

      True if the value is an INode and an IConnection, false otherwise.