Skip to content

Commit 07daa1a

Browse files
authored
Merge pull request #571 from carboneater/master
Added a missing Promise<void> in index.d.ts
2 parents a51648f + 91e0284 commit 07daa1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ export namespace stream {
13341334
class WorkbookWriter extends Workbook {
13351335
constructor(options: Partial<WorkbookWriterOptions>);
13361336
// commit all worksheets, then add suplimentary files
1337-
commit(): void;
1337+
commit(): Promise<void>;
13381338
addStyles(): Promise<void>;
13391339
addThemes(): Promise<void>;
13401340
addOfficeRels(): Promise<void>;

0 commit comments

Comments
 (0)