From 215449aaa253b019056d62ed225c49a9f8386af8 Mon Sep 17 00:00:00 2001 From: David Newell Date: Thu, 20 Jul 2023 13:43:24 +0000 Subject: [PATCH] Typo in the typings --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index f93b71b6..72e849cf 100644 --- a/index.d.ts +++ b/index.d.ts @@ -13,7 +13,7 @@ declare module '@dagrejs/dagre' { graph(): GraphLabel; isDirected(): boolean; - isMultiGraph(): boolean; + isMultigraph(): boolean; setGraph(label: GraphLabel): Graph; edge(edgeObj: Edge): GraphEdge;