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