chore: lint

This commit is contained in:
braks
2022-10-07 22:55:38 +02:00
committed by Braks
parent bb7a0ba50a
commit 8199a1c921
+1 -1
View File
@@ -1,4 +1,4 @@
import type { Actions, Connection, CoordinateExtent, Edge, Getters, GraphEdge, GraphNode, Node } from '~/types'
import type { Connection, CoordinateExtent, Edge, Getters, GraphEdge, GraphNode, Node } from '~/types'
import { connectionExists, getEdgeId, isEdge, isGraphEdge, parseEdge, parseNode } from '~/utils/graph'
export const isDef = <T>(val: T): val is NonNullable<T> => typeof val !== 'undefined'