We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a12b317 + 512ae4b commit 9de451fCopy full SHA for 9de451f
1 file changed
src/jsgraphs.d.ts
@@ -250,3 +250,7 @@ declare namespace JsGraphs {
250
minCut(G: FlowNetwork): FlowEdge[];
251
}
252
253
+
254
+declare module "js-graph-algorithms" {
255
+ export = JsGraphs;
256
+}
0 commit comments