From 91e02846e15bef129b36ab65be5ac647eb87a609 Mon Sep 17 00:00:00 2001 From: Gabriel Fournier Date: Wed, 16 May 2018 08:24:51 -0400 Subject: [PATCH] Added a missing Promise in index.d.ts --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 58517c08e..fcb5b176b 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1334,7 +1334,7 @@ export namespace stream { class WorkbookWriter extends Workbook { constructor(options: Partial); // commit all worksheets, then add suplimentary files - commit(): void; + commit(): Promise; addStyles(): Promise; addThemes(): Promise; addOfficeRels(): Promise;