chore(tsdocs): cleanup
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user