isNamed
Helper for use in templates to check if a node has a name.
Presentation
function isNamed (node: Node<Node> | undefined): boolean;
Returns
boolean
Parameters
Name | Type | Description |
---|---|---|
node | Node<Node> | undefined |
Helper for use in templates to check if a node has a name.
function isNamed (node: Node<Node> | undefined): boolean;
boolean
Name | Type | Description |
---|---|---|
node | Node<Node> | undefined |