graphology-types
Advanced tools
Comparing version 0.15.4 to 0.15.5
@@ -337,2 +337,8 @@ /** | ||
interface IGraphConstructor { | ||
new(options?: GraphOptions): AbstractGraph; | ||
} | ||
type GraphConstructor = IGraphConstructor; | ||
export { | ||
@@ -354,5 +360,6 @@ AbstractGraph, | ||
SerializedEdge, | ||
SerializedGraph | ||
SerializedGraph, | ||
GraphConstructor | ||
}; | ||
export default AbstractGraph; |
{ | ||
"name": "graphology-types", | ||
"version": "0.15.4", | ||
"version": "0.15.5", | ||
"description": "TypeScript declaration for graphology.", | ||
@@ -5,0 +5,0 @@ "main": "index.d.ts", |
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
16718
326