Type guard to check if a value is both an INode and an IContainer, indicating that it is a container node.
The value to check.
True if the value is an INode and an IContainer, false otherwise.
Type guard to check if a value is both an INode and an IContainer, indicating that it is a container node.