Returns a copy of node with its (and all its childrens') parent information removed.
node
Under the hood:
TreeArrayBacked.stripParentage(create(node, options)); Copy
TreeArrayBacked.stripParentage(create(node, options));
Returns a copy of
nodewith its (and all its childrens') parent information removed.Under the hood: