We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bda204 commit eda5917Copy full SHA for eda5917
README.md
@@ -81,7 +81,7 @@ Notable among the available functions:
81
- __`getTreeFromFlatData`__: Convert flat data (like that from a database) into nested tree data
82
- __`getFlatDataFromTree`__: Convert tree data back to flat data
83
- __`addNodeUnderParent`__: Add a node under the parent node at the given path
84
-- __`removeNodeAtPath`__: Remove the node at the given path
+- __`removeNode`__: For a given path, get the node at that path and the treeData with that node removed.
85
- __`changeNodeAtPath`__: Modify the node object at the given path
86
- __`map`__: Perform a change on every node in the tree
87
- __`walk`__: Visit every node in the tree in order
0 commit comments