@eramux/graph-structure
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -47,3 +47,4 @@ export declare type NodeId = string | number; | ||
export declare class UndirectedGraph extends Graph { | ||
protected _directed: boolean; | ||
constructor(serialized?: Serialized); | ||
} |
{ | ||
"name": "@eramux/graph-structure", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Typescript graph structure library for common graph operations", | ||
@@ -5,0 +5,0 @@ "main": "dist/Graph.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39890
391