hasChildrenfunction hasChildren(node: Node): node is NodeWithChildren;§hasChildren(node: Node): node is NodeWithChildren[src]§Parameters§node: Node[src]Node to check. §Return Type§node is NodeWithChildren[src]true if the node is a NodeWithChildren (has children), false otherwise.