feat(core): export isGraphNode & isGraphEdge typeguards

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-01 23:00:08 +01:00
committed by Braks
parent 539b85dc59
commit 6ea60349fd
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -32,6 +32,8 @@ export {
export {
isNode,
isEdge,
isGraphNode,
isGraphEdge,
addEdge,
updateEdge,
getOutgoers,