@samatawy/diagrams
    Preparing search index...

    Function isContainerNode

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

      Parameters

      • value: unknown

        The value to check.

      Returns value is INode & IContainer

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