Returns all the children nodes (this is, excluding primitives) of a node.
Node to get the list of children from.
Optional
An optional object with the deep option (defaults to false) to true to get the children deeply or false to get them shallowly.
deep
A readonly set with the children.
Returns all the children nodes (this is, excluding primitives) of a node.