chore(tsdocs): cleanup

This commit is contained in:
moklick
2025-02-12 14:29:20 +01:00
parent a541799654
commit c3dc6d3851
+2 -1
View File
@@ -296,7 +296,8 @@ export const getNodesInside = <NodeType extends NodeBase = NodeBase>(
}; };
/** /**
* This utility filters an array of edges, keeping only those where either the source or target node is present in the given array of nodes. * This utility filters an array of edges, keeping only those where either the source or target
* node is present in the given array of nodes.
* @public * @public
* @param nodes - Nodes you want to get the connected edges for * @param nodes - Nodes you want to get the connected edges for
* @param edges - All edges * @param edges - All edges