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;