Skip to content

Commit

Permalink
Typo in the typings
Browse files Browse the repository at this point in the history
  • Loading branch information
rustedgrail committed Jul 20, 2023
1 parent 4d11d23 commit 215449a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ declare module '@dagrejs/dagre' {

graph(): GraphLabel;
isDirected(): boolean;
isMultiGraph(): boolean;
isMultigraph(): boolean;
setGraph(label: GraphLabel): Graph<T>;

edge(edgeObj: Edge): GraphEdge;
Expand Down

0 comments on commit 215449a

Please sign in to comment.