Skip to content

Commit 9de451f

Browse files
authored
Merge pull request #3 from fwouts/patch-1
Add missing module declaration after namespace for #1
2 parents a12b317 + 512ae4b commit 9de451f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/jsgraphs.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,3 +250,7 @@ declare namespace JsGraphs {
250250
minCut(G: FlowNetwork): FlowEdge[];
251251
}
252252
}
253+
254+
declare module "js-graph-algorithms" {
255+
export = JsGraphs;
256+
}

0 commit comments

Comments
 (0)