Skip to content

Commit

Permalink
Added a missing Promise<void> in index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
carboneater authored May 16, 2018
1 parent 95d59ca commit 91e0284
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 @@ -1334,7 +1334,7 @@ export namespace stream {
class WorkbookWriter extends Workbook {
constructor(options: Partial<WorkbookWriterOptions>);
// commit all worksheets, then add suplimentary files
commit(): void;
commit(): Promise<void>;
addStyles(): Promise<void>;
addThemes(): Promise<void>;
addOfficeRels(): Promise<void>;
Expand Down

0 comments on commit 91e0284

Please sign in to comment.