graphology-types
Advanced tools
Comparing version 0.19.1 to 0.19.2
@@ -22,8 +22,8 @@ /** | ||
EdgeAttributes extends Attributes = Attributes | ||
> = ( | ||
undirected: boolean, | ||
source: string, | ||
target: string, | ||
attributes: EdgeAttributes | ||
) => EdgeKey; | ||
> = (data: { | ||
undirected: boolean; | ||
source: string; | ||
target: string; | ||
attributes: EdgeAttributes; | ||
}) => EdgeKey; | ||
@@ -30,0 +30,0 @@ type GraphOptions<EdgeAttributes extends Attributes = Attributes> = { |
{ | ||
"name": "graphology-types", | ||
"version": "0.19.1", | ||
"version": "0.19.2", | ||
"description": "TypeScript declaration for graphology.", | ||
@@ -5,0 +5,0 @@ "main": "index.d.ts", |
32676