isTextfunction isText(node: Node): node is Text;§isText(node: Node): node is Text[src]§Parameters§node: Node[src]Node to check. §Return Type§node is Text[src]true if the node has the type Text, false otherwise.